From 70e612882d1093b133d13302dccfba6aa2778474 Mon Sep 17 00:00:00 2001 From: Parker Date: Thu, 31 Oct 2024 00:26:00 -0500 Subject: `black --line-length 79` --- code/cogs/nowplaying.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'code/cogs/nowplaying.py') diff --git a/code/cogs/nowplaying.py b/code/cogs/nowplaying.py index 91c946d..89d9ee2 100644 --- a/code/cogs/nowplaying.py +++ b/code/cogs/nowplaying.py @@ -27,7 +27,11 @@ class NowPlaying(commands.Cog): embed = discord.Embed( title="Now Playing 🎶", - description=f"**[{player.current.title}]({player.current.uri})** by {player.current.author}\n{f'` {time_in}/{total_duration} `'}\n\nQueued by: {player.current.requester.mention}", + description=( + f"**[{player.current.title}]({player.current.uri})** by" + f" {player.current.author}\n{f'` {time_in}/{total_duration} `'}\n\nQueued" + f" by: {player.current.requester.mention}" + ), color=BOT_COLOR, ) embed.set_thumbnail(url=player.current.artwork_url) -- cgit v1.2.3-70-g09d2