From cc2aecd3ffaa09bac296bbafd3a345f6c1a704d1 Mon Sep 17 00:00:00 2001 From: Naegin Date: Sun, 20 Oct 2019 21:03:49 -0300 Subject: [PATCH] Fix 'purge' method docstring. --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/channel.py b/discord/channel.py index f066e6209..e8e56154f 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -329,7 +329,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): Same as ``around`` in :meth:`history`. oldest_first: Optional[:class:`bool`] Same as ``oldest_first`` in :meth:`history`. - bulk: class:`bool` + bulk: :class:`bool` If ``True``, use bulk delete. Setting this to ``False`` is useful for mass-deleting a bot's own messages without :attr:`Permissions.manage_messages`. When ``True``, will fall back to single delete if current account is a user bot, or if messages are