mirror of
https://github.com/NovaOSS/nova-cord.git
synced 2024-11-25 18:43:57 +01:00
Made discord-id automatically be a string by account creation
This commit is contained in:
parent
c9ea838d5d
commit
369edc632f
|
@ -40,7 +40,7 @@ Please report this issue to the staff!""", ephemeral=True)
|
||||||
'Authorization': os.getenv('CORE_API_KEY')
|
'Authorization': os.getenv('CORE_API_KEY')
|
||||||
},
|
},
|
||||||
json={
|
json={
|
||||||
'discord_id': interaction.user.id
|
'discord_id': str(interaction.user.id)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue