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/clear.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'code/cogs/clear.py') diff --git a/code/cogs/clear.py b/code/cogs/clear.py index 959d013..0d378ee 100644 --- a/code/cogs/clear.py +++ b/code/cogs/clear.py @@ -20,7 +20,10 @@ class Clear(commands.Cog): player.queue.clear() embed = discord.Embed( title="Queue Cleared", - description=f"The queue has been cleared of all songs!\n\nIssued by: {interaction.user.mention}", + description=( + "The queue has been cleared of all songs!\n\nIssued by:" + f" {interaction.user.mention}" + ), color=BOT_COLOR, ) embed.set_footer( -- cgit v1.2.3-70-g09d2