what am i doing with my life

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

6
bot.rb
View File

@ -101,4 +101,10 @@ bot.message(with_text: '!ault') do |event|
event << AULT
end
bot.message() do |event|
if 'shit' in event.message
event << AULT
end
end
bot.run