add CreateTextChannelAsync, CreateVoiceChannelAsync, CreateChannelCategoryAsync
Created by: uwx
Summary
Adds a couple shortcut methods for channel creation to DiscordGuild that I felt were missing. I'm not sure if this complies with the library's motto of API compliance, but it would be nice to have these methods.
Changes proposed
Adds the following methods
- CreateTextChannelAsync
- CreateVoiceChannelAsync
- CreateChannelCategoryAsync
Notes
This also adds a tiny remark in the xmldocs for CreateChannelAsync.