diff options
Diffstat (limited to 'discord/flags.py')
| -rw-r--r-- | discord/flags.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/flags.py b/discord/flags.py index edbfd3d8..7585222a 100644 --- a/discord/flags.py +++ b/discord/flags.py @@ -627,7 +627,6 @@ class Intents(BaseFlags): - :func:`on_message_delete` (both guilds and DMs) - :func:`on_raw_message_delete` (both guilds and DMs) - :func:`on_raw_message_edit` (both guilds and DMs) - - :func:`on_private_channel_create` This also corresponds to the following attributes and classes in terms of cache: @@ -682,7 +681,6 @@ class Intents(BaseFlags): - :func:`on_message_delete` (only for DMs) - :func:`on_raw_message_delete` (only for DMs) - :func:`on_raw_message_edit` (only for DMs) - - :func:`on_private_channel_create` This also corresponds to the following attributes and classes in terms of cache: |