mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
chore: ruff formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user