From 388e8934407036a0115b2d3d17fa0ea3dacba0a3 Mon Sep 17 00:00:00 2001 From: MadCat9958 Date: Sun, 4 Jun 2023 13:09:58 +0300 Subject: [PATCH] Fix UserProfile args --- boticordpy/types.py | 3 +++ 1 file changed, 3 insertions(+) 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.