Fix error with flag params. (#2165)
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Discord.API.Rest
|
||||
if (Stickers.IsSpecified)
|
||||
payload["sticker_ids"] = Stickers.Value;
|
||||
if (Flags.IsSpecified)
|
||||
payload["flags"] = Flags;
|
||||
payload["flags"] = Flags.Value;
|
||||
|
||||
List<object> attachments = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user