From 4bfe4ef9d623c57354f444a9131a6af1cdc54d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Fri, 19 May 2023 14:21:09 +0300 Subject: [PATCH] add admin paster --- bot.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bot.rb b/bot.rb index 224801f..9673a54 100644 --- a/bot.rb +++ b/bot.rb @@ -7,6 +7,7 @@ BOOKMARK_EMOJI = '🔖' 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_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.' TRIM_MESSAGE_LENGTH = 500 @@ -86,4 +87,8 @@ bot.message(with_text: '!abuse') do |event| event << ADMIN_PASTA end +bot.message(with_text: '!abue') do |event| + event << ADMIN_PASTER +end + bot.run