diff --git a/docs/source/client.rst b/docs/source/client.rst index ee041a5..24700b0 100644 --- a/docs/source/client.rst +++ b/docs/source/client.rst @@ -46,14 +46,15 @@ to handle it, which defaults to print a traceback and ignoring the exception. :param exception: Produced error. :type exception: :class:`Exception` -.. function:: on_guild_channel_delete(channel) +.. function:: on_channel_create(channel) +.. function:: on_channel_delete(channel) Called whenever a guild channel is deleted or created. :param channel: The guild channel that got created or deleted. :type channel: :class:`models.guild.channel.Channel` -.. function:: on_guild_channel_update(before, after) +.. function:: on_channel_update(before, after) Called whenever a guild channel is updated. e.g. changed name, topic, permissions.