diff --git a/coin.rb b/coin.rb index 97a2fb2..e365167 100644 --- a/coin.rb +++ b/coin.rb @@ -66,7 +66,7 @@ bot.message(in: Integer(ENV['BOT_CHANNEL'])) do |event| end end -bot.message(content: 'GET COIN' ) do |event| +bot.message(content: 'ACQUIRE FUNDS' ) do |event| # update score if coin_state_active if event.author.bot_account?