Update 'coin.rb'

This commit is contained in:
mud mud 2022-11-12 08:09:09 +00:00
parent ccc19b384e
commit f188c90284

View File

@ -97,7 +97,6 @@ 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