mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Audio] Fix for prev command display (#2556)
This commit is contained in:
parent
972fbecc94
commit
56b220b92e
@ -2064,7 +2064,7 @@ class Audio(commands.Cog):
|
|||||||
player.current.title, player.current.uri.replace("localtracks/", "")
|
player.current.title, player.current.uri.replace("localtracks/", "")
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
description = f"**[{player.current.title}]({player.current.title})**"
|
description = f"**[{player.current.title}]({player.current.uri})**"
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
colour=await ctx.embed_colour(),
|
colour=await ctx.embed_colour(),
|
||||||
title=_("Replaying Track"),
|
title=_("Replaying Track"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user