aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaegin <[email protected]>2019-10-20 21:03:49 -0300
committerRapptz <[email protected]>2019-11-15 04:23:15 -0500
commitcc2aecd3ffaa09bac296bbafd3a345f6c1a704d1 (patch)
treecb5623bcc82f8535334b2c3a7f910a93ce302111
parentmacOS instead of OS X (diff)
downloaddiscord.py-cc2aecd3ffaa09bac296bbafd3a345f6c1a704d1.tar.xz
discord.py-cc2aecd3ffaa09bac296bbafd3a345f6c1a704d1.zip
Fix 'purge' method docstring.
-rw-r--r--discord/channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/channel.py b/discord/channel.py
index f066e620..e8e56154 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