diff --git a/disco/types/user.py b/disco/types/user.py index c91a4ea..b4eeab0 100644 --- a/disco/types/user.py +++ b/disco/types/user.py @@ -1,6 +1,6 @@ from datetime import datetime -from disco.types.base import SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField +from disco.types.base import SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField, cached_property class DefaultAvatars(object):