Slight change to queued
This commit is contained in:
parent
527e8ead07
commit
84703f4bf0
@ -912,8 +912,8 @@ $"{("tracks".SnPl(musicPlayer.Playlist.Count))} | {(int)total.TotalHours}h {tota
|
|||||||
{
|
{
|
||||||
//var queuedMessage = await textCh.SendConfirmAsync($"🎵 Queued **{resolvedSong.SongInfo.Title}** at `#{musicPlayer.Playlist.Count + 1}`").ConfigureAwait(false);
|
//var queuedMessage = await textCh.SendConfirmAsync($"🎵 Queued **{resolvedSong.SongInfo.Title}** at `#{musicPlayer.Playlist.Count + 1}`").ConfigureAwait(false);
|
||||||
var queuedMessage = await textCh.EmbedAsync(new EmbedBuilder().WithOkColor()
|
var queuedMessage = await textCh.EmbedAsync(new EmbedBuilder().WithOkColor()
|
||||||
.WithAuthor(eab => eab.WithName("Queued Song").WithMusicIcon())
|
.WithAuthor(eab => eab.WithName("Queued Song #" + (musicPlayer.Playlist.Count + 1)).WithMusicIcon())
|
||||||
.WithDescription($"{resolvedSong.PrettyName}\nQueue #{musicPlayer.Playlist.Count + 1}")
|
.WithDescription($"{resolvedSong.PrettyName}\nQueue ")
|
||||||
.WithThumbnail(tn => tn.Url = resolvedSong.Thumbnail)
|
.WithThumbnail(tn => tn.Url = resolvedSong.Thumbnail)
|
||||||
.WithFooter(ef => ef.WithText(resolvedSong.PrettyProvider))
|
.WithFooter(ef => ef.WithText(resolvedSong.PrettyProvider))
|
||||||
.Build())
|
.Build())
|
||||||
|
Loading…
Reference in New Issue
Block a user