Update 'coin.rb'

This commit is contained in:
mud mud 2022-11-09 21:12:08 +00:00
parent 6e492fc296
commit 5e98f7353b

View File

@ -95,6 +95,12 @@ bot.message(with_text: '!leave') do |event|
event.respond PASTA
end
bot.message(with_text: '!cum', in: Integer(ENV['CUM_CHANNEL'])) do |event|
next if not ENV['CUM_CHANNEL']
increment_coin(event.author.id, -1)
event.respond "OHHHHHH IM GONNA CUM"
end
bot.run(true)
loop do