mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 21:43:57 +01:00
Update users.py
Made the "level" field a string
This commit is contained in:
parent
f0fee481db
commit
be667e46c3
|
@ -30,7 +30,7 @@ async def create(discord_id: str='') -> dict:
|
||||||
'api_key': new_api_key,
|
'api_key': new_api_key,
|
||||||
'credits': credits_config['start-credits'],
|
'credits': credits_config['start-credits'],
|
||||||
'role': '',
|
'role': '',
|
||||||
'level': 0,
|
'level': '',
|
||||||
'status': {
|
'status': {
|
||||||
'active': True,
|
'active': True,
|
||||||
'ban_reason': '',
|
'ban_reason': '',
|
||||||
|
|
Loading…
Reference in a new issue