Skip to content

add CreateTextChannelAsync, CreateVoiceChannelAsync, CreateChannelCategoryAsync

Mateusz Brawański requested to merge github/fork/uwx/patch-37 into master

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.

Merge request reports

Loading