This commit is contained in:
Yuzu 2023-06-05 02:43:58 -05:00 committed by GitHub
parent 4667d107b8
commit 30c4e4a43f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
});