fix: Fix method
This commit is contained in:
parent
b0318f5602
commit
f2b6f1aaa4
5 changed files with 37 additions and 37 deletions
|
|
@ -26,14 +26,14 @@ internal sealed class ScoreSaberUnlinkCommand : BaseCommand
|
|||
{
|
||||
ScoreSaberPlugin.Plugin!.Users![ctx.User.Id].ScoreSaberId = 0;
|
||||
|
||||
_ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder
|
||||
_ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder
|
||||
{
|
||||
Description = this.GetString(CommandKey.Unlink.Unlinked, true)
|
||||
}.AsSuccess(ctx, "Score Saber")));
|
||||
}
|
||||
else
|
||||
{
|
||||
_ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder
|
||||
_ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder
|
||||
{
|
||||
Description = this.GetString(CommandKey.Unlink.NoLink, true)
|
||||
}.AsError(ctx, "Score Saber")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue