Removed update event
This commit is contained in:
parent
989d26af83
commit
3127305c03
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 => {
|
process.on('unhandledRejection', error => {
|
||||||
console.error('Unhandled promise rejection:', error);
|
console.error('Unhandled promise rejection:', error);
|
||||||
|
Loading…
Reference in New Issue
Block a user