aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/clear.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/clear.py
parentc1b229f34c010108b0e7eb92de2102dfc07ae70c (diff)
`black --line-length 79`
Diffstat (limited to 'code/cogs/clear.py')
-rw-r--r--code/cogs/clear.py5
1 files changed, 4 insertions, 1 deletions
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(