This commit is contained in:
Lera Elvoé 2023-05-19 15:07:29 +03:00
parent 4bfe4ef9d6
commit ad9b7de2fc
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

5
bot.rb
View File

@ -8,6 +8,7 @@ PIN_EMOJI = '📌'
ADMIN_PASTA = 'Thats not how it works, thats an abuse of power and if you keep doing that you will quickly find yourself no longer a moderator at some point.' ADMIN_PASTA = 'Thats not how it works, thats an abuse of power and if you keep doing that you will quickly find yourself no longer a moderator at some point.'
ADMIN_PASTER = 'tahts not how itwh orksm, thas and buse fo bpower and ify oyu keep y doing that oyu woubll qucikyl find you slefo no l ogner a nmoderarort at so meo poitn.' ADMIN_PASTER = 'tahts not how itwh orksm, thas and buse fo bpower and ify oyu keep y doing that oyu woubll qucikyl find you slefo no l ogner a nmoderarort at so meo poitn.'
YUM = 'completely consequences'
TRIM_MESSAGE_LENGTH = 500 TRIM_MESSAGE_LENGTH = 500
@ -91,4 +92,8 @@ bot.message(with_text: '!abue') do |event|
event << ADMIN_PASTER event << ADMIN_PASTER
end end
bot.message(with_text: '!yum') do |event|
event << YUM
end
bot.run bot.run