diff --git a/disco/types/user.py b/disco/types/user.py index a8e8525..2791427 100644 --- a/disco/types/user.py +++ b/disco/types/user.py @@ -1,10 +1,11 @@ from datetime import datetime from disco.types.base import ( - SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField, + SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField, cached_property, ) + class DefaultAvatars(object): BLURPLE = 0 GREY = 1