Compare commits

...

2 commits

Author SHA1 Message Date
alex a545633493
Merge pull request #1 from unfortunatelyalex/main
Fixed some formatting
2023-08-07 10:31:05 +02:00
alex a6c21aab43 Fixed some formatting 2023-08-07 08:29:36 +02:00

View file

@ -16,7 +16,7 @@ async def get_credentials(interaction):
try:
get_response = await accounts.request_user_by_discord_id(interaction.user.id)
except Exception as exc:
await embedder.error(interaction, """Sorry,
await embedder.error(interaction, """Sorry,\n" \
there was an issue while checking if you already have an account.
Please report this issue to the staff!""", ephemeral=True)
raise exc