Skip to content

Commit c30ce64

Browse files
authored
Update necord.md
https://necord.org/#usage Discord intents got an update, need a .Flags first
1 parent c838bb9 commit c30ce64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/necord.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { AppService } from './app.service';
2727
imports: [
2828
NecordModule.forRoot({
2929
token: process.env.DISCORD_TOKEN,
30-
intents: [IntentsBitField.Guilds],
30+
intents: [IntentsBitField.Flags.Guilds],
3131
development: [process.env.DISCORD_DEVELOPMENT_GUILD_ID],
3232
}),
3333
],

0 commit comments

Comments
 (0)