From d5254dc58aca8b27b9407d61de93fdd8fe5ac0f2 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 20 Feb 2023 14:25:39 -0500 Subject: [PATCH] Removed update event --- main.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.js b/main.js index 481fbc3..bf488ba 100755 --- a/main.js +++ b/main.js @@ -85,10 +85,6 @@ client.on('interactionCreate', async interaction => { } }); -client.on('messageUpdate', (oldMessage, newMessage) => { - if (process.env.DEBUG) console.log(`Message updated`); -}); - process.on('unhandledRejection', error => { console.error('Unhandled promise rejection:', error);