diff --git a/coin.rb b/coin.rb index 80069c5..435d339 100644 --- a/coin.rb +++ b/coin.rb @@ -65,7 +65,6 @@ bot.message(in: Integer(ENV['BOT_CHANNEL'])) do |event| end bot.message(content: 'GET COIN' ) do |event| - next if event.author.role? 'robot friend' # update score if coin_state_active if event.author.bot_account?