Compare commits

..

No commits in common. "56f54bed6af42d64cef80210a29d891c78d1575f" and "c6fc4cdf0e0fca33c137136a14380c0299444a3c" have entirely different histories.

View File

@ -68,9 +68,6 @@ bot.message(content: 'GET COIN' ) do |event|
next if event.author.role? 'robot friend' next if event.author.role? 'robot friend'
# update score # update score
if coin_state_active if coin_state_active
if event.author.bot_account?
event.respond "Bots don't get coins!"
end
coin_state_active = false coin_state_active = false
if(rand(100) == 47) if(rand(100) == 47)
hyper_coin_amount = rand(100) hyper_coin_amount = rand(100)