This commit is contained in:
Skye 2023-03-10 20:49:54 +09:00
parent 4a6031b75e
commit 9ef7baec59
Signed by: me
GPG key ID: 0104BC05F41B77B8

View file

@ -22,7 +22,7 @@ const client = new Client({
intents: [
GatewayIntentBits.MessageContent,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.Guilds
GatewayIntentBits.Guilds,
],
});