Remove private_channel_(delete/create) events

This commit is contained in:
Nadir Chowdhury
2021-04-11 20:13:23 +01:00
committed by GitHub
parent 74d8ad2013
commit f1fac96e33
3 changed files with 8 additions and 34 deletions

View File

@ -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: