diff options
| author | Lorenzo <[email protected]> | 2019-04-13 15:27:20 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-13 15:27:20 +0200 |
| commit | b96901634027aeb5ab3fdaf3697c58f33b9c1bb3 (patch) | |
| tree | 026febd94945197a3db915f1003affef83e19bbc | |
| parent | [commands] Support callables in Greedy converter (diff) | |
| download | discord.py-b96901634027aeb5ab3fdaf3697c58f33b9c1bb3.tar.xz discord.py-b96901634027aeb5ab3fdaf3697c58f33b9c1bb3.zip | |
Bool fix in TextChannel.purge documentation.
| -rw-r--r-- | discord/channel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/channel.py b/discord/channel.py index 4b6dceb4..26fcb386 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -308,7 +308,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): Same as ``around`` in :meth:`history`. oldest_first Same as ``oldest_first`` in :meth:`history`. - bulk: class:`bool` + bulk: :class:`bool` If True, use bulk delete. bulk=False is useful for mass-deleting a bot's own messages without manage_messages. When True, will fall back to single delete if current account is a user bot, or if |