This commit is contained in:
Christopher Cookman 2024-05-09 22:04:47 -06:00
parent 9f2ddac444
commit e9c303a096
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -15,8 +15,7 @@ const discord = new Discord.Client({
intents: [ intents: [
"Guilds", "Guilds",
"GuildVoiceStates" "GuildVoiceStates"
], ]
shardCount: "auto" // The lazy way out
}); });
const { const {
REST, REST,