diff --git a/cord/accounts.py b/cord/accounts.py index 506e9b9..d0f362c 100644 --- a/cord/accounts.py +++ b/cord/accounts.py @@ -12,7 +12,7 @@ load_dotenv() async def request_user_by_discord_id(discord_id): return requests.get( - url=f'https://api.nova-oss.com/users?discord_id={discord_id}', + url=f'https://api.nova-oss.com/users?discord_id="{discord_id}"', timeout=3, headers={ 'Content-Type': 'application/json', @@ -80,4 +80,4 @@ Please report this issue to the staff!""", ephemeral=True) await embedder.info(interaction, f"""### Credits of {user.name} Amount: **{amount_credits if amount_credits < 1000000 else '∞'}** -""", ephemeral=True) \ No newline at end of file +""", ephemeral=True)