diff --git a/index.js b/index.js index 27a033ce..65202e7d 100644 --- a/index.js +++ b/index.js @@ -68,11 +68,6 @@ client.registry client.on("message", async (message) => { let message_content = message.content.toLowerCase(); -// Delete the messages that triggered it and send a messages -// if(delresponseObject[message_content]) { -// message.delete(); -// message.channel.send(delresponseObject[message_content]); -// } else // React to the message and send an auto response with it if (message.author.bot) return; { // Reply with images as attachement diff --git a/json/delreply.json b/json/delreply.json deleted file mode 100644 index 9c3c586c..00000000 --- a/json/delreply.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "test": "tteesstt" -} \ No newline at end of file