Fix guild logging filter
This commit is contained in:
parent
66d67257be
commit
c478f71917
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,7 @@ public static class EventHandler
|
||||||
}
|
}
|
||||||
|
|
||||||
client.UpdateStatusAsync(new DiscordActivity(Config.presenceText, activityType), DiscordUserStatus.Online);
|
client.UpdateStatusAsync(new DiscordActivity(Config.presenceText, activityType), DiscordUserStatus.Online);
|
||||||
|
hasLoggedGuilds = true;
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,7 +42,6 @@ public static class EventHandler
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
hasLoggedGuilds = true;
|
|
||||||
|
|
||||||
Logger.Log("Found Discord server: " + e.Guild.Name + " (" + e.Guild.Id + ")");
|
Logger.Log("Found Discord server: " + e.Guild.Name + " (" + e.Guild.Id + ")");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue