🎨 Format code

This commit is contained in:
2025-03-08 20:36:48 +01:00
parent c0783fec69
commit 9e2b8e0d52

View File

@@ -89,7 +89,6 @@ class App(discord.Bot):
async def on_interaction(self, *args: Never, **kwargs: Never) -> None: async def on_interaction(self, *args: Never, **kwargs: Never) -> None:
pass pass
@override @override
async def process_application_commands( # noqa: PLR0912 async def process_application_commands( # noqa: PLR0912
self, interaction: Interaction, auto_sync: bool | None = None self, interaction: Interaction, auto_sync: bool | None = None