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

@@ -267,7 +267,7 @@ class TweetyView(discord.ui.View):
os.remove(temp_file_path)
except Exception as e:
except Exception:
embed = discord.Embed(
title="Error",
description="Error regenerating tweet image",
@@ -462,7 +462,7 @@ def tweety_command():
)
embed = discord.Embed(
title="Tweet Generated",
description=f"<:error:1424007141768822824> Tweet sometimes may look a bit broken, im gonna rewrite the API another time... (it wasnt made for Syntrel in the first place)",
description="<:error:1424007141768822824> Tweet sometimes may look a bit broken, im gonna rewrite the API another time... (it wasnt made for Syntrel in the first place)",
color=0x7289DA,
)
embed.set_author(
@@ -491,7 +491,7 @@ def tweety_command():
await processing_msg.delete()
embed = discord.Embed(
title="Error",
description=f"Connection error: Could not reach tweet API",
description="Connection error: Could not reach tweet API",
color=0xE02B2B,
)
embed.set_author(