diff --git a/boticordpy/types.py b/boticordpy/types.py index 48bf1b9..c10a442 100644 --- a/boticordpy/types.py +++ b/boticordpy/types.py @@ -688,6 +688,9 @@ class UserProfile(PartialUser): bots: List[ResourceBot] """User's bots list""" + servers: List[ResourceServer] + """User's servers list""" + @classmethod def from_dict(cls, data: dict): """Generate a UserProfile from the given data.