diff options
Diffstat (limited to 'discord/sticker.py')
| -rw-r--r-- | discord/sticker.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/discord/sticker.py b/discord/sticker.py index 4cf109c1..1240e357 100644 --- a/discord/sticker.py +++ b/discord/sticker.py @@ -27,6 +27,10 @@ from .asset import Asset from .utils import snowflake_time from .enums import StickerType, try_enum +__all__ = ( + 'Sticker', +) + class Sticker(Hashable): """Represents a sticker |