Removed update event
This commit is contained in:
parent
8bc80dfaa8
commit
d5254dc58a
4
main.js
4
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);
|
||||
|
Loading…
Reference in New Issue
Block a user