diff options
Diffstat (limited to 'code/cogs/stop.py')
-rw-r--r-- | code/cogs/stop.py | 5 |
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( |