diff options
Diffstat (limited to 'discord/enums.py')
| -rw-r--r-- | discord/enums.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/enums.py b/discord/enums.py index 03ca4f97..871d7e49 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -52,7 +52,7 @@ __all__ = ( 'WebhookType', 'ExpireBehaviour', 'ExpireBehavior', - 'StickerType' + 'StickerType', ) def _create_value_cls(name): |