what am i doing with my life 2

This commit is contained in:
Lera Elvoé 2023-05-23 23:47:00 +03:00
parent f4522bddce
commit 679603e0a9
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

2
bot.rb
View File

@ -102,7 +102,7 @@ bot.message(with_text: '!ault') do |event|
end end
bot.message() do |event| bot.message() do |event|
if 'shit' in event.message if event.message.include? 'shit'
event << AULT event << AULT
end end
end end