diff options
| author | Rapptz <[email protected]> | 2020-11-23 06:05:25 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-11-23 06:05:25 -0500 |
| commit | c8954906cb0870538c08a3056429bab5f5028032 (patch) | |
| tree | b0e5012430ab1653262089b7eb9167bdf9b98cf0 /discord/enums.py | |
| parent | Ensure member key is not overwritten by author key in MESSAGE_UPDATE (diff) | |
| download | discord.py-c8954906cb0870538c08a3056429bab5f5028032.tar.xz discord.py-c8954906cb0870538c08a3056429bab5f5028032.zip | |
Sticker implementation cleanup
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): |