Browse Source

remove (very outdated) todo

pull/1293/head
Chris Johnston 6 years ago
parent
commit
4ff0066c1b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs

+ 0
- 1
src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs View File

@@ -58,7 +58,6 @@ namespace Discord.WebSocket
case ChannelType.Category:
return SocketCategoryChannel.Create(guild, state, model);
default:
// TODO: Proper implementation for channel categories
return new SocketGuildChannel(guild.Discord, model.Id, guild);
}
}


Loading…
Cancel
Save