aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/stop.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-10-31 05:26:36 +0000
committerGitHub <noreply@github.com>2024-10-31 05:26:36 +0000
commit5be16a998857d1f14410904a41d052070d5f8776 (patch)
tree6b26a4dc377ccf209c37eabf673d6031fdc10987 /code/cogs/stop.py
parentc1b229f34c010108b0e7eb92de2102dfc07ae70c (diff)
parent70e612882d1093b133d13302dccfba6aa2778474 (diff)
Merge pull request #9 from PacketParker/dev
`black --line-length 79`
Diffstat (limited to 'code/cogs/stop.py')
-rw-r--r--code/cogs/stop.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/code/cogs/stop.py b/code/cogs/stop.py
index cd8eb13..3992391 100644
--- a/code/cogs/stop.py
+++ b/code/cogs/stop.py
@@ -27,7 +27,10 @@ class Stop(commands.Cog):
embed = discord.Embed(
title="Queue Cleared and Music Stopped",
- description=f"Thank you for using me :wave:\n\nIssued by: {interaction.user.mention}",
+ description=(
+ "Thank you for using me :wave:\n\nIssued by:"
+ f" {interaction.user.mention}"
+ ),
color=BOT_COLOR,
)
embed.set_footer(