Allow creating announcement channels (#2837)

This commit is contained in:
Mihail Gribkov
2024-02-11 23:48:40 +03:00
committed by GitHub
parent 4d7e384e51
commit f1777de164
7 changed files with 74 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ namespace Discord.Rest
func(args);
var apiArgs = new API.Rest.ModifyTextChannelParams
{
Type = args.ChannelType,
Name = args.Name,
Position = args.Position,
CategoryId = args.CategoryId,