Removed update event

This commit is contained in:
Skylar Grant 2023-02-20 14:25:39 -05:00
parent 8bc80dfaa8
commit d5254dc58a
1 changed files with 0 additions and 4 deletions

View File

@ -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 => { process.on('unhandledRejection', error => {
console.error('Unhandled promise rejection:', error); console.error('Unhandled promise rejection:', error);