diff --git a/api/db/users.py b/api/db/users.py index 4a6e08a..580364a 100644 --- a/api/db/users.py +++ b/api/db/users.py @@ -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': '',