Skip to content

Commit

Permalink
Merge pull request #32 from EpicOfficer/FEATURE/TempVCs
Browse files Browse the repository at this point in the history
Fix temp VC deleting active VCs
  • Loading branch information
EpicOfficer authored Apr 15, 2024
2 parents 086e48f + 3998101 commit 1788419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Blink3.Bot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
GatewayIntents.GuildMembers |
GatewayIntents.GuildMessages |
GatewayIntents.MessageContent |
GatewayIntents.DirectMessages
GatewayIntents.DirectMessages |
GatewayIntents.GuildVoiceStates
};
config.Token = appConfig.Discord.BotToken;
Expand Down

0 comments on commit 1788419

Please sign in to comment.