aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/pause.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-10-31 00:26:00 -0500
committerParker <contact@pkrm.dev>2024-10-31 00:26:00 -0500
commit70e612882d1093b133d13302dccfba6aa2778474 (patch)
tree6b26a4dc377ccf209c37eabf673d6031fdc10987 /code/cogs/pause.py
parentc1b229f34c010108b0e7eb92de2102dfc07ae70c (diff)
`black --line-length 79`
Diffstat (limited to 'code/cogs/pause.py')
-rw-r--r--code/cogs/pause.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/code/cogs/pause.py b/code/cogs/pause.py
index 987496e..2b7f98d 100644
--- a/code/cogs/pause.py
+++ b/code/cogs/pause.py
@@ -20,7 +20,10 @@ class Pause(commands.Cog):
await player.set_pause(pause=True)
embed = discord.Embed(
title=f"Music Now Paused ⏸️",
- description=f"**[{player.current.title}]({player.current.uri})**\n\nQueued by: {player.current.requester.mention}",
+ description=(
+ f"**[{player.current.title}]({player.current.uri})**\n\nQueued"
+ f" by: {player.current.requester.mention}"
+ ),
color=BOT_COLOR,
)
embed.set_thumbnail(url=player.current.artwork_url)