fix: Fix method
This commit is contained in:
parent
79e7cffb4e
commit
2ca985d248
14 changed files with 47 additions and 47 deletions
|
|
@ -41,7 +41,7 @@ internal sealed class ShareCommand : BaseCommand
|
|||
if (!Directory.Exists($"PlaylistShares/{ctx.User.Id}"))
|
||||
_ = Directory.CreateDirectory($"PlaylistShares/{ctx.User.Id}");
|
||||
|
||||
_ = await this.RespondOrEdit(new DiscordMessageBuilder().WithEmbed(new DiscordEmbedBuilder()
|
||||
_ = await this.RespondOrEdit(new DiscordMessageBuilder().AddEmbed(new DiscordEmbedBuilder()
|
||||
{
|
||||
Description = this.GetString(CommandKey.Playlists.Share.Shared, true,
|
||||
new TVar("Command", $"{ctx.Prefix}playlists load-share {ctx.User.Id} {ShareCode}")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue