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);