reformatted
Some checks failed
Safety Check / safety-check (pull_request) Successful in -1s
Code Quality Check / quality-check (pull_request) Failing after 13s

This commit is contained in:
wirehack7 2025-05-01 19:28:14 +02:00
parent 90c97d3f54
commit b3045bf724
Signed by: wirehack7
GPG Key ID: C9F4CF85BA505ADC

View File

@ -218,7 +218,9 @@ async def generate(
except Exception: # pylint: disable=W0718
error_data = "error message unreadable"
error_message = f"Error {status_code} at API-request.\n" f"Answer: {error_data}\n"
error_message = (
f"Error {status_code} at API-request.\n" f"Answer: {error_data}\n"
)
await interaction.followup.send(error_message)