Skip to content

Commit

Permalink
fix(discord): added ghost server
Browse files Browse the repository at this point in the history
  • Loading branch information
Willow committed Jun 23, 2023
1 parent d34511f commit 5a2b35e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Felicity/Services/Hosted/DiscordStartupService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ private static async Task OnLeftGuild(SocketGuild arg)
var buggedServers = new List<ulong>
{
260978723455631373,
1068135541360578590
1068135541360578590,
719161295232040961
};

if (buggedServers.Contains(arg.Id))
Expand Down

0 comments on commit 5a2b35e

Please sign in to comment.