Browse Source

Bool fix in TextChannel.purge documentation.

pull/2082/head
Lorenzo 6 years ago
committed by GitHub
parent
commit
b969016340
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/channel.py

2
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

Loading…
Cancel
Save