From 30c4e4a43fac53261001d2d10931c7ab8ebb7991 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 5 Jun 2023 02:43:58 -0500 Subject: [PATCH] fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' });