style(commands/voice/playback): format again

This commit is contained in:
Ryan 2025-02-01 16:09:55 -05:00
parent ca9f811e8f
commit fbdd442a8e
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -89,9 +89,7 @@ async def pause(message):
async def fast_forward(message):
tokens = commands.tokenize(message.content)
parser = arguments.ArgumentParser(
tokens[0], "skip current sponsorblock segment"
)
parser = arguments.ArgumentParser(tokens[0], "skip current sponsorblock segment")
parser.add_argument(
"-s",
"--seconds",