chore: ruff formatting

This commit is contained in:
neoarz
2025-11-02 23:32:52 -05:00
parent 2ce2c69a87
commit 1eff6c9f53
91 changed files with 3824 additions and 2518 deletions

View File

@@ -10,7 +10,7 @@ def tryitandsee_command():
)
async def tryitandsee(self, context):
link = "https://tryitands.ee/"
if getattr(context, "interaction", None):
inter = context.interaction
if not inter.response.is_done():
@@ -19,5 +19,5 @@ def tryitandsee_command():
await inter.followup.send(link, ephemeral=True)
else:
await context.send(link)
return tryitandsee