commit | 85dcca85908fb14a80ae4154d4bfe3f77c808735 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Sun Mar 05 16:13:31 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Sun Mar 05 16:13:31 2023 -0500 |
tree | f4c994fce225361156e34fffa394d8c1facab748 | |
parent | b7a7b99f3248cd23a23fc4fa8ea1e9af7b39c1b0 [diff] |
fixed intents
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 @@ } } const client = new NucleusClient({ - guilds: await new Guilds(), + guilds: new Guilds(), history: new History(), notes: new ModNotes(), premium: new Premium(),