forked from mud/bankerbot-rb
Update 'coin.rb'
This commit is contained in:
parent
5e98f7353b
commit
ccc19b384e
2
coin.rb
2
coin.rb
@ -97,7 +97,7 @@ end
|
|||||||
|
|
||||||
bot.message(with_text: '!cum', in: Integer(ENV['CUM_CHANNEL'])) do |event|
|
bot.message(with_text: '!cum', in: Integer(ENV['CUM_CHANNEL'])) do |event|
|
||||||
next if not ENV['CUM_CHANNEL']
|
next if not ENV['CUM_CHANNEL']
|
||||||
increment_coin(event.author.id, -1)
|
increment_coin(event.author.id, +1)
|
||||||
event.respond "OHHHHHH IM GONNA CUM"
|
event.respond "OHHHHHH IM GONNA CUM"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user