[Feature] premium buttonz (#2933)

This commit is contained in:
Mihail Gribkov
2024-06-14 00:43:11 +03:00
committed by GitHub
parent f7f29d5cc8
commit 531b5eb3b7
12 changed files with 1825 additions and 1718 deletions

View File

@@ -215,7 +215,8 @@ namespace Discord.WebSocket
: null,
parsed.CustomId.GetValueOrDefault(),
parsed.Url.GetValueOrDefault(),
parsed.Disabled.GetValueOrDefault());
parsed.Disabled.GetValueOrDefault(),
parsed.SkuId.ToNullable());
}
case ComponentType.SelectMenu:
{