Justin
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
2 deletions
-
disco/types/user.py
|
|
@ -1,7 +1,9 @@ |
|
|
|
from datetime import datetime |
|
|
|
|
|
|
|
from disco.types.base import SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField, cached_property |
|
|
|
|
|
|
|
from disco.types.base import ( |
|
|
|
SlottedModel, Field, snowflake, text, with_equality, with_hash, enum, ListField, |
|
|
|
cached_property, |
|
|
|
) |
|
|
|
|
|
|
|
class DefaultAvatars(object): |
|
|
|
BLURPLE = 0 |
|
|
|