#Multiple messageCreate

4 messages · Page 1 of 1 (latest)

tepid valve
#

how can I create multiple messageCreate events? I'm trying to separate two kind of events to keep them in order and so that the operation of one does not interfere with the other

surreal umbra
#

You don't create events on Discord. Discord does that. Can you explain what you're trying to do in more detail?

tepid valve
#

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