diff options
| author | Rapptz <[email protected]> | 2020-09-14 02:52:53 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-09-23 03:21:20 -0400 |
| commit | 23ae084b8cb3bb5c9d815b791c1a94b0cf53e516 (patch) | |
| tree | 2b50eb9d05bf3bb1d06d2d78d52fdca276e76e14 /discord/enums.py | |
| parent | Raise if member intent is not enabled (diff) | |
| download | discord.py-23ae084b8cb3bb5c9d815b791c1a94b0cf53e516.tar.xz discord.py-23ae084b8cb3bb5c9d815b791c1a94b0cf53e516.zip | |
Allow finer grained control over the member cache.
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 7fa39289..e74e6698 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -51,7 +51,7 @@ __all__ = ( 'Theme', 'WebhookType', 'ExpireBehaviour', - 'ExpireBehavior' + 'ExpireBehavior', ) def _create_value_cls(name): |