Update users.py

Made the "level" field a string
This commit is contained in:
Leander 2023-08-10 06:07:26 +02:00 committed by GitHub
parent f0fee481db
commit be667e46c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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': '',