Skip to content

Commit

Permalink
Add VoiceState events
Browse files Browse the repository at this point in the history
  • Loading branch information
Sella-GH committed Jul 21, 2024
1 parent b8bc826 commit 3be3f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzzyBot-Next.Bot/Services/DiscordBotServiceHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private DiscordConfiguration GetDiscordConfig()

return new()
{
Intents = DiscordIntents.Guilds,
Intents = DiscordIntents.Guilds | DiscordIntents.GuildVoiceStates,
LoggerFactory = _loggerFactory,
// Otherwise it stops reconnecting after 4 attempts
// TODO Remove this when adapating to the newest release of DSP
Expand Down

0 comments on commit 3be3f7e

Please sign in to comment.