Removed a duplicate statement
This commit is contained in:
@@ -792,7 +792,6 @@ namespace Discord.WebSocket
|
||||
var guild = DataStore.GetGuild(data.GuildId.Value);
|
||||
if (guild != null)
|
||||
{
|
||||
guild.AddChannel(data, DataStore);
|
||||
channel = guild.AddChannel(data, DataStore);
|
||||
|
||||
if (!guild.IsSynced)
|
||||
|
||||
Reference in New Issue
Block a user