mirror of
https://github.com/NovaOSS/nova-cord.git
synced 2024-11-25 22:43:57 +01:00
Compare commits
No commits in common. "a545633493285e20a2ff9a9ad5cac26a35fe394f" and "8cfd5b62ac69ead1b82d436ece756b072b162273" have entirely different histories.
a545633493
...
8cfd5b62ac
|
@ -16,7 +16,7 @@ async def get_credentials(interaction):
|
||||||
try:
|
try:
|
||||||
get_response = await accounts.request_user_by_discord_id(interaction.user.id)
|
get_response = await accounts.request_user_by_discord_id(interaction.user.id)
|
||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
await embedder.error(interaction, """Sorry,\n" \
|
await embedder.error(interaction, """Sorry,
|
||||||
there was an issue while checking if you already have an account.
|
there was an issue while checking if you already have an account.
|
||||||
Please report this issue to the staff!""", ephemeral=True)
|
Please report this issue to the staff!""", ephemeral=True)
|
||||||
raise exc
|
raise exc
|
||||||
|
|
Loading…
Reference in a new issue