You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current design (2.x), CreateCategoryAsync under the interface IGuild should be renamed to CreateCategoryChannelAsync for better naming consistency, as this is the naming for the rest of the CreateXChannelAsync methods and is the name at the implementation level of such method (e.g. SocketGuild#CreateCategoryChannelAsync.
Due to the breaking nature of renaming the API/method, this is considered a 3.0 candidate.
The text was updated successfully, but these errors were encountered:
…nelAsync
Renames CreateCategoryAsync to CreateCategoryChannelAsync so that it is more
consistent with the naming with the naming of other channel creation
methods.
Summary
In the current design (2.x),
CreateCategoryAsync
under the interfaceIGuild
should be renamed toCreateCategoryChannelAsync
for better naming consistency, as this is the naming for the rest of theCreateXChannelAsync
methods and is the name at the implementation level of such method (e.g.SocketGuild#CreateCategoryChannelAsync
.Due to the breaking nature of renaming the API/method, this is considered a 3.0 candidate.
The text was updated successfully, but these errors were encountered: