chore: ruff fix

This commit is contained in:
neoarz
2025-11-22 19:51:46 -05:00
parent 4a9b6b1f06
commit 23790c46b4
59 changed files with 65 additions and 147 deletions

View File

@@ -11,7 +11,9 @@ class LivecontainerSelect(discord.ui.Select):
description="Walkthrough for iOS 26 JIT and sideloading",
),
]
super().__init__(placeholder="Choose a LiveContainer command...", options=options)
super().__init__(
placeholder="Choose a LiveContainer command...", options=options
)
async def callback(self, interaction: discord.Interaction):
command_name = self.values[0]