Browse Source

remove outdated todo

pull/1004/head
Chris Johnston 8 years ago
parent
commit
3ed1148ec8
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/Discord.Net.Rest/Entities/Channels/RestGuildChannel.cs

+ 0
- 1
src/Discord.Net.Rest/Entities/Channels/RestGuildChannel.cs View File

@@ -34,7 +34,6 @@ namespace Discord.Rest
case ChannelType.Category:
return RestCategoryChannel.Create(discord, guild, model);
default:
// TODO: Channel categories
return new RestGuildChannel(discord, guild, model.Id);
}
}


Loading…
Cancel
Save