refactor(Intents): remove computed shorts (#6050)

This commit is contained in:
Souji
2021-07-05 17:07:30 +02:00
committed by GitHub
parent 28c57246d1
commit 3022b0f5b1
3 changed files with 1 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ import {
} from '..';
const client: Client = new Client({
intents: Intents.NON_PRIVILEGED,
intents: Intents.FLAGS.GUILDS,
makeCache: Options.cacheWithLimits({
MessageManager: 200,
}),