mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
refactor(Intents): remove computed shorts (#6050)
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ import {
|
||||
} from '..';
|
||||
|
||||
const client: Client = new Client({
|
||||
intents: Intents.NON_PRIVILEGED,
|
||||
intents: Intents.FLAGS.GUILDS,
|
||||
makeCache: Options.cacheWithLimits({
|
||||
MessageManager: 200,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user