summaryrefslogtreecommitdiff
path: root/packages/gateway/src/index.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-28 19:47:06 -0700
committerFuwn <[email protected]>2025-09-28 19:47:06 -0700
commitf536d530ecb6b6161f2a9956646f19ea83828e36 (patch)
tree5cd140cdf8c4b7f2475456a46b52458485bde084 /packages/gateway/src/index.ts
parentfeat(listeners): Add AI command handler (diff)
downloadumabotdiscord-f536d530ecb6b6161f2a9956646f19ea83828e36.tar.xz
umabotdiscord-f536d530ecb6b6161f2a9956646f19ea83828e36.zip
feat(listeners): Join voice channel on startup
Diffstat (limited to 'packages/gateway/src/index.ts')
-rw-r--r--packages/gateway/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gateway/src/index.ts b/packages/gateway/src/index.ts
index 2998a6b..0bb9597 100644
--- a/packages/gateway/src/index.ts
+++ b/packages/gateway/src/index.ts
@@ -11,6 +11,7 @@ const client = new Client({
GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
+ GatewayIntentBits.GuildVoiceStates,
],
});