From 5907e4b4bca9b0007b0aeb6c5e2e1a22986b2925 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Mon, 29 Nov 2021 14:19:36 +0000 Subject: [PATCH] fix: add presence intent --- tests/mod.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mod.ts b/tests/mod.ts index 51d9751c6..d4caa6778 100644 --- a/tests/mod.ts +++ b/tests/mod.ts @@ -59,6 +59,7 @@ export const bot = createBot({ "GuildMembers", "GuildScheduledEvents", "GuildVoiceStates", + "GuildPresences" ], cache: { isAsync: false,