diff --git a/classes/pycord_user.py b/classes/pycord_user.py index 57a055d..9bf9252 100644 --- a/classes/pycord_user.py +++ b/classes/pycord_user.py @@ -36,7 +36,7 @@ class PycordUser: PycordUser: User object Raises: - UserNotFoundException: User was not found and creation was not allowed + UserNotFoundError: User was not found and creation was not allowed """ if cache is not None: cached_entry: Dict[str, Any] | None = cache.get_json(f"user_{user_id}")