We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e09cac commit 67179a7Copy full SHA for 67179a7
tux/database/controllers/levels.py
@@ -79,7 +79,7 @@ async def get_xp_and_level(self, member_id: int, guild_id: int) -> tuple[float,
79
Returns
80
-------
81
tuple[float, int]
82
- A tuple containing the XP and level of the member. Returns None if not found.
+ A tuple containing the XP and level of the member.
83
"""
84
85
def _fail(msg: str) -> NoReturn:
0 commit comments