diff options
| author | Fuwn <[email protected]> | 2025-09-28 19:47:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-28 19:47:06 -0700 |
| commit | f536d530ecb6b6161f2a9956646f19ea83828e36 (patch) | |
| tree | 5cd140cdf8c4b7f2475456a46b52458485bde084 /packages/gateway/src/index.ts | |
| parent | feat(listeners): Add AI command handler (diff) | |
| download | umabotdiscord-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.ts | 1 |
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, ], }); |