sync w/main #1

Merged
yagich merged 4 commits from mud/bankerbot-rb:main into main 2022-11-07 11:56:06 +00:00
Showing only changes of commit a9a313aa02 - Show all commits

View File

@ -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?