diff --git a/README.md b/README.md index 0d1c587..34f0a6f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ import { Session } from '@biscuitland/core'; import { GatewayIntentBits, InteractionType, InteractionResponseType } from '@biscuitland/common'; const session = new Session({ - intents: GatewayIntentBits, + intents: GatewayIntentBits.Guilds, token: 'your token goes here' });