Compare commits

...

2 Commits

Author SHA1 Message Date
56f54bed6a Merge pull request 'fuck off bots' (#1) from yagich/bankerbot-rb:feat/fuck-off-bots into main
Reviewed-on: #1
2022-10-27 22:17:51 +00:00
8014f90e2c
no bots 2022-10-28 01:15:20 +03:00

View File

@ -68,6 +68,9 @@ 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)