Commit e276d66f authored by nazarf's avatar nazarf

change notify channel

parent 3fe0daba
...@@ -8,7 +8,7 @@ class Notify < ApplicationRecord ...@@ -8,7 +8,7 @@ class Notify < ApplicationRecord
Telegram::Bot::Client.run(token) do |bot| Telegram::Bot::Client.run(token) do |bot|
# 396098026 # 396098026
# @MarketGrab # @MarketGrab
bot.api.sendMessage(chat_id: "396098026", text: "collection: #{trigger.name}\nrarity: #{trigger.rarity}\nprice: #{price}\n#{sale_link}") bot.api.sendMessage(chat_id: "@MarketGrab", text: "collection: #{trigger.name}\nrarity: #{trigger.rarity}\nprice: #{price}\n#{sale_link}")
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment