aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/skip.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/cogs/skip.py')
-rw-r--r--code/cogs/skip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/skip.py b/code/cogs/skip.py
index ca7f3e0..eca27b5 100644
--- a/code/cogs/skip.py
+++ b/code/cogs/skip.py
@@ -45,7 +45,7 @@ class Skip(commands.Cog):
embed = discord.Embed(
title="End of Queue",
description=f"All songs in queue have been played. Thank you for using Guava :wave:\n\nIssued by: {interaction.user.mention}",
- color=BOT_COLOR
+ color=BOT_COLOR,
)
return await interaction.response.send_message(embed=embed)