From 1d65101e33a8632c02e93cc5858d5cd8b1575b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Tue, 23 May 2023 23:55:38 +0300 Subject: [PATCH] remove whatever the fuck that was lol --- bot.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bot.rb b/bot.rb index 00d8b51..89aa157 100644 --- a/bot.rb +++ b/bot.rb @@ -101,10 +101,4 @@ bot.message(with_text: '!ault') do |event| event << AULT end -bot.message() do |event| - if event.message.content.include? 'shit' - event << AULT - end -end - bot.run