mirror of
https://github.com/NovaOSS/nova-cord.git
synced 2024-11-25 16:13:58 +01:00
Merge pull request #1 from unfortunatelyalex/main
Fixed some formatting
This commit is contained in:
commit
a545633493
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue