diff --git a/src/lib/BotClient.ts b/src/lib/BotClient.ts index 331d3a7..27382ab 100644 --- a/src/lib/BotClient.ts +++ b/src/lib/BotClient.ts @@ -185,4 +185,4 @@ class Client extends DiscordClient { } } -export const KyokoClient = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMessages] }); \ No newline at end of file +export const KyokoClient = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMembers] }); \ No newline at end of file