change cum word

This commit is contained in:
mud mud 2023-01-26 17:33:15 +01:00
parent b243e8d4f0
commit 2490688bb0
Signed by: mud
GPG Key ID: D29C9385CC54F61C

View File

@ -95,7 +95,7 @@ bot.message(with_text: '!leave') do |event|
event.respond PASTA
end
bot.message(with_text: '!cum', in: Integer(ENV['CUM_CHANNEL'])) do |event|
bot.message(with_text: 'boobs', in: Integer(ENV['CUM_CHANNEL'])) do |event|
next if not ENV['CUM_CHANNEL']
event.respond "OHHHHHH IM GONNA CUM"
end