style: format with ruff 0.9

This commit is contained in:
2025-01-09 16:31:32 -05:00
parent 57809fe26d
commit 8cbd7d6aef
3 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ async def lookup(message):
embed.add_field(name="Application ID", value="`" + response["id"] + "`")
embed.add_field(
name="Public Bot",
value=f"{'`'+str(response['bot_public'])+'`' if 'bot_public' in response else 'No bot'}",
value=f"{'`' + str(response['bot_public']) + '`' if 'bot_public' in response else 'No bot'}",
)
embed.add_field(name="Public Flags", value="`" + str(response["flags"]) + "`")
embed.add_field(