From ccc19b384ebfac1c55c795464441b955e0270e4d Mon Sep 17 00:00:00 2001 From: mud mud Date: Fri, 11 Nov 2022 09:37:10 +0000 Subject: [PATCH] Update 'coin.rb' --- coin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin.rb b/coin.rb index e46c040..586b8c5 100644 --- a/coin.rb +++ b/coin.rb @@ -97,7 +97,7 @@ 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) +increment_coin(event.author.id, +1) event.respond "OHHHHHH IM GONNA CUM" end