commit | e52b6ea47679e6e9dd338fe6ba9cc5e592f6e8e2 | [log] [tgz] |
---|---|---|
author | Samuel Shuert <samuel.shuert@gmail.com> | Sun Mar 05 16:13:44 2023 -0500 |
committer | GitHub <noreply@github.com> | Sun Mar 05 16:13:44 2023 -0500 |
tree | f4c994fce225361156e34fffa394d8c1facab748 | |
parent | 9d3b721228b1ebf86901149369447ba17bc1128e [diff] | |
parent | 85dcca85908fb14a80ae4154d4bfe3f77c808735 [diff] |
Development (#31) - fixed intents - 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(),