Skip to content

Commit

Permalink
Made TempVC working for other guilds then my test guild
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomys committed Jun 2, 2023
1 parent 1841da1 commit aa5f698
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Commands/TempVC/TempVoice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ private async Task VoiceStateUpdated(object sender, VoiceStateUpdateEventArgs e)
{
try
{
//if (e.Guild.Id != ulong.Parse(BotConfig.GetConfig()["ServerConfig"]["ServerId"])) return;
if (e.Guild.Id != 818699057878663168) return;

if (e.Guild.Id != ulong.Parse(BotConfig.GetConfig()["ServerConfig"]["ServerId"]) | e.Guild.Id != 818699057878663168) return;
var sessionresult = new List<Dictionary<string, object>>();
var usersession = new List<dynamic>();
List<string> Query = new()
Expand Down

0 comments on commit aa5f698

Please sign in to comment.