Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

2 changed files with 2 additions and 2 deletions

BIN
block.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 305 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)
elsif user_result.is_a? Integer
else
event.respond "Nice try, but you're wrong!"
end
end