what am i doing with my life 3

This commit is contained in:
Lera Elvoé 2023-05-23 23:47:28 +03:00
parent 679603e0a9
commit 133806aaa4
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 event.message.include? 'shit' if event.message.content.include? 'shit'
event << AULT event << AULT
end end
end end