mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 18:23: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,
|
||||
'credits': credits_config['start-credits'],
|
||||
'role': '',
|
||||
'level': 0,
|
||||
'level': '',
|
||||
'status': {
|
||||
'active': True,
|
||||
'ban_reason': '',
|
||||
|
|
Loading…
Reference in a new issue