GuildCreate Listener not triggering with Intents?
Hey I've been trying to get this Listener Running and multiple others but none is working... am i missing something?
Those are the Intents im running rn. Thanks in advance

2 Replies
what is the filename of your listener?
by default, the event gets registered from the file name (eg. guildCreate.ts) or you would have to either use the class constructor or use the ApplyOptions decorator from @sapphire/decorators, to set the event property
Ohhh thats probably what im missing. I'll check that out in a sec! thanks!