From f1fac96e33e20d70859ebcf6bac439d406c04727 Mon Sep 17 00:00:00 2001 From: Nadir Chowdhury Date: Sun, 11 Apr 2021 20:13:23 +0100 Subject: Remove `private_channel_(delete/create)` events --- discord/flags.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'discord/flags.py') 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: -- cgit v1.2.3