From 85dcca85908fb14a80ae4154d4bfe3f77c808735 Mon Sep 17 00:00:00 2001 From: TheCodedProf Date: Sun, 5 Mar 2023 16:13:31 -0500 Subject: [PATCH] fixed intents --- src/utils/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/client.ts b/src/utils/client.ts index f07c8aa..43f8c5f 100644 --- a/src/utils/client.ts +++ b/src/utils/client.ts @@ -55,7 +55,7 @@ class NucleusClient extends Client { } } const client = new NucleusClient({ - guilds: await new Guilds(), + guilds: new Guilds(), history: new History(), notes: new ModNotes(), premium: new Premium(),