From 583f70e7b791e344992e7dc71eaf175bd4f1c61f Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 23 Sep 2021 21:00:43 -0400 Subject: [PATCH] undo oop --- main.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.js b/main.js index 3889923..00775ed 100644 --- a/main.js +++ b/main.js @@ -191,10 +191,6 @@ client.on('messageCreate', message => { const commandData = fn.dot.getCommandData(message); console.log(commandData); - if (message.author.id == '179971329167065088') { - message.channel.send(fn.spongebob(commandData)); - } - if (commandData.isValid && commandData.isCommand) { try { client.dotCommands.get(commandData.command).execute(message, commandData);