diff options
| author | Nadir Chowdhury <[email protected]> | 2021-04-11 20:13:23 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-11 15:13:23 -0400 |
| commit | f1fac96e33e20d70859ebcf6bac439d406c04727 (patch) | |
| tree | 6cf310d89eee76423617a1b0606e84a6b0b8ea9e /discord/flags.py | |
| parent | [commands] Add support for Python 3.10 Union typing (diff) | |
| download | discord.py-f1fac96e33e20d70859ebcf6bac439d406c04727.tar.xz discord.py-f1fac96e33e20d70859ebcf6bac439d406c04727.zip | |
Remove `private_channel_(delete/create)` events
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: |