diff --git a/disco/types/user.py b/disco/types/user.py index 273a5da..a971fc4 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 +from disco.types.base import SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField class DefaultAvatars(object):