aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/pause.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-03-31 01:08:13 -0500
committerParker <contact@pkrm.dev>2024-03-31 01:08:13 -0500
commit6fca198184919c81e9d2129b2be24612c28825e2 (patch)
tree151da14c6908868fbc8d8191fe7a15cb07f1c006 /code/cogs/pause.py
parent978b6a48f2525f68ff3d2d66da56355d17cbd8d0 (diff)
Black code reformatting
Diffstat (limited to 'code/cogs/pause.py')
-rw-r--r--code/cogs/pause.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/cogs/pause.py b/code/cogs/pause.py
index c231d43..522a376 100644
--- a/code/cogs/pause.py
+++ b/code/cogs/pause.py
@@ -11,7 +11,6 @@ class Pause(commands.Cog):
def __init__(self, bot):
self.bot = bot
-
@app_commands.command()
@app_commands.check(Music.create_player)
async def pause(self, interaction: discord.Interaction):