await ModifyOriginalResponseAsync(
x =>
{
x.Content = null;
x.Embeds = new Embed[]
{
embed.Build()
};
x.Components = builder.Build();
}
);
await ModifyOriginalResponseAsync(
x =>
{
x.Content = null;
x.Embeds = new Embed[]
{
embed.Build()
};
x.Components = builder.Build();
}
);