diff options
author | Parker <contact@pkrm.dev> | 2024-03-31 02:14:29 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-03-31 02:14:29 -0500 |
commit | 4903406f79439a9b642763841c067a2a6aa22d5f (patch) | |
tree | 035b70e3c7b624f2ba6bfda33e35bce2524bd622 /code/cogs/skip.py | |
parent | 246a424da20eb34929c880906ccb177d1b4e5370 (diff) |
Black code reformat
Diffstat (limited to 'code/cogs/skip.py')
-rw-r--r-- | code/cogs/skip.py | 2 |
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) |