Temporary fix to a much bigger future problem
Some checks are pending
ptero-push / build (push) Waiting to run

This commit is contained in:
Christopher Cookman 2024-06-29 22:47:03 -06:00
parent b76a77807b
commit df411d192d
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -22,7 +22,8 @@ const discord = new Discord.Client({
"Guilds", "Guilds",
"GuildVoiceStates", "GuildVoiceStates",
"DirectMessages" "DirectMessages"
] ],
shardCount: "auto"
}); });
const { const {
REST, REST,