8 Replies
make sure you have the proper intents.
ohh
are these enough
probably too much for your particular bot but otherwise yes
but the event not triggering
What are your partials as well
And also import type { Event }from framework and do
Event.MessageUpdate
so you don’t always have to change that if it’s changed to smth else again
Depending on your version
v13 uses 'messageUpdate', I think v14 uses 'MessageUpdate' so some of those could be changed
Although I don’t think that would cause it and ts should tell you if there’s smth wrongBut yeah try adding these partials and see what happens
This isn't true
I believe you're thinking about the enum
I don't remember breaking changes for event strings