Update 'coin.rb'

This commit is contained in:
mud mud 2022-10-27 22:18:22 +00:00
parent 56f54bed6a
commit a9a313aa02

View File

@ -65,7 +65,6 @@ bot.message(in: Integer(ENV['BOT_CHANNEL'])) do |event|
end end
bot.message(content: 'GET COIN' ) do |event| bot.message(content: 'GET COIN' ) do |event|
next if event.author.role? 'robot friend'
# update score # update score
if coin_state_active if coin_state_active
if event.author.bot_account? if event.author.bot_account?