We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c838bb9 + c30ce64 commit 5dd80fcCopy full SHA for 5dd80fc
content/recipes/necord.md
@@ -27,7 +27,7 @@ import { AppService } from './app.service';
27
imports: [
28
NecordModule.forRoot({
29
token: process.env.DISCORD_TOKEN,
30
- intents: [IntentsBitField.Guilds],
+ intents: [IntentsBitField.Flags.Guilds],
31
development: [process.env.DISCORD_DEVELOPMENT_GUILD_ID],
32
}),
33
],
0 commit comments