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?
[GatewayIntentBits.MessageContent, GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMembers]
[GatewayIntentBits.MessageContent, GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMembers]
Those are the Intents im running rn. Thanks in advance
No description
2 Replies
Seren_Modz 21
Seren_Modz 215mo ago
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
Shinaii
ShinaiiOP5mo ago
Ohhh thats probably what im missing. I'll check that out in a sec! thanks!

Did you find this page helpful?