fix: Fix method
This commit is contained in:
parent
79e7cffb4e
commit
2ca985d248
14 changed files with 47 additions and 47 deletions
|
|
@ -89,7 +89,7 @@ internal static class MusicModuleAbstractions
|
|||
var Spotify = new DiscordButtonComponent(ButtonStyle.Primary, Guid.NewGuid().ToString(), "Spotify", false, EmojiTemplates.GetSpotify(ctx.Bot).ToComponent());
|
||||
|
||||
_ = await ctx.BaseCommand.RespondOrEdit(
|
||||
new DiscordMessageBuilder().WithEmbed(embed)
|
||||
new DiscordMessageBuilder().AddEmbed(embed)
|
||||
.AddComponents(new List<DiscordComponent> { YouTube, SoundCloud, Spotify }));
|
||||
|
||||
var Menu1 = await ctx.WaitForButtonAsync(TimeSpan.FromMinutes(2));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue