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 --- docs/api.rst | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index 0d073496..28615d3d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -596,16 +596,6 @@ to handle it, which defaults to print a traceback and ignoring the exception. :param interaction: The interaction data. :type interaction: :class:`Interaction` -.. function:: on_private_channel_delete(channel) - on_private_channel_create(channel) - - Called whenever a private channel is deleted or created. - - This requires :attr:`Intents.messages` to be enabled. - - :param channel: The private channel that got created or deleted. - :type channel: :class:`abc.PrivateChannel` - .. function:: on_private_channel_update(before, after) Called whenever a private group DM is updated. e.g. changed name or topic. -- cgit v1.2.3