mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Bool fix in TextChannel.purge documentation.
This commit is contained in:
parent
6574c97a8b
commit
b969016340
@ -308,7 +308,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
|
|||||||
Same as ``around`` in :meth:`history`.
|
Same as ``around`` in :meth:`history`.
|
||||||
oldest_first
|
oldest_first
|
||||||
Same as ``oldest_first`` in :meth:`history`.
|
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
|
If True, use bulk delete. bulk=False is useful for mass-deleting
|
||||||
a bot's own messages without manage_messages. When True, will fall
|
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
|
back to single delete if current account is a user bot, or if
|
||||||
|
Loading…
x
Reference in New Issue
Block a user