Browse Source

remove test case

pull/2090/head
Quin Lynch 3 years ago
parent
commit
e14b2fb915
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/Discord.Net.WebSocket/DiscordSocketClient.cs

+ 0
- 2
src/Discord.Net.WebSocket/DiscordSocketClient.cs View File

@@ -2238,8 +2238,6 @@ namespace Discord.WebSocket
channel = State.GetDMChannel(data.User.Value.Id);
}

channel = null;

var guild = (channel as SocketGuildChannel)?.Guild;
if (guild != null && !guild.IsSynced)
{


Loading…
Cancel
Save