Events.MessageCreate don't work
const { Events } = require('discord.js');
module.exports = {
name: Events.MessageCreate,
execute() {
console.log('message');
},
};
this event is successfully loaded but don't work. when i send message totally nothing was happening. 0 errors or something other
module.exports = {
name: Events.MessageCreate,
execute() {
console.log('message');
},
};
this event is successfully loaded but don't work. when i send message totally nothing was happening. 0 errors or something other