From aaacf9221ae58a224faffd381096a434604d815f Mon Sep 17 00:00:00 2001
From: Techwizz <paulrblack.prb@gmail.com>
Date: Wed, 24 Aug 2022 05:12:41 +0000
Subject: [PATCH] Update 'index.js'

---
 index.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/index.js b/index.js
index df0677c..433f277 100644
--- a/index.js
+++ b/index.js
@@ -37,12 +37,11 @@ bot.on('messageCreate', (message) => {
         }
     else if(message.content.toLowerCase().includes('bot say sorry')){
         message.channel.send('I am sorry for whatever I did. It will not happen again.');
-    }
+        }
     else if(message.content.toLowerCase().includes('tit') || message.content.toLowerCase().includes('cock')){
        if (message.content.toLowerCase().includes('title')){ //These are not bad words and will be bypassed
            return;
        }
-       else{
            const techwizz = `<@331669618387058688> `;
            const sender = techwizz + `${message.author} sent the following message (BUT WAS NOT DELETED)...`
            const modchat = '510189494809526283';