#Multiple messageCreate
4 messages · Page 1 of 1 (latest)
You don't create events on Discord. Discord does that. Can you explain what you're trying to do in more detail?
I have this folder, messageCreate.js is the one that "reads" all the commands I have and allows to execute them. I was creating a leveling system in that file, but the code of that system does not allow to execute commands. So I was trying to separate them in two different events, creating that levelSystem.js file, but it doesn't work
it's supossed to give XP to the user when sending messages, but it doesn't work