Compare commits

...

4 Commits

Author SHA1 Message Date
8eaed5595c big cum 2023-05-19 08:47:38 +00:00
973c4980f8 resize block gif 2023-05-14 19:33:23 +00:00
87d7cc5933 Merge pull request 'fix bad math result spam' (#5) from yagich/bankerbot-rb:fix/fix-bad-math-spam into main
Reviewed-on: #5
2023-05-14 19:32:07 +00:00
ac30629979 fix bad math result spam 2023-05-13 19:27:27 +03:00
2 changed files with 2 additions and 2 deletions

BIN
block.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -144,7 +144,7 @@ end
bot.message(with_text: 'boobs', in: Integer(ENV['CUM_CHANNEL'])) do |event|
next if not ENV['CUM_CHANNEL']
event.respond "OHHHHHH IM GONNA CUM"
event.respond "# OHHHHHH IM GONNA CUM"
end
bot.reaction_add do |event|
@ -167,7 +167,7 @@ bot.message(in: Integer(ENV['BOT_CHANNEL'])) do |event|
if result == user_result
get_coin(event, MATH_PROBLEM_COIN_GAIN)
else
elsif user_result.is_a? Integer
event.respond "Nice try, but you're wrong!"
end
end