MessageCreate Event isn't working
This is the first listener Im creating I've read the documentation 50 times imo and checked out the examples and I am still confused
Solution:Jump to solution
you either have to name it
messageCreate.<ext>
or add a constructor with name: Events.MessageCreate
(which resolves to name: 'messageCreate'
5 Replies
NO error, or anything shows up in console
here is the client
I have MessageContent intent
name of the file?
Solution
you either have to name it
messageCreate.<ext>
or add a constructor with name: Events.MessageCreate
(which resolves to name: 'messageCreate'
it worked
thx