Browse Source

Fix typo in TextChannel.delete_messages documentation.

pull/1120/head
Rapptz 7 years ago
parent
commit
1590441dbf
  1. 2
      discord/channel.py

2
discord/channel.py

@ -177,7 +177,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
You cannot bulk delete more than 100 messages or messages that
are older than 14 days old.
You must have :attr:`Permissions.manage_messages` permission use
You must have :attr:`Permissions.manage_messages` permission to use
this.
Usable only by bot accounts.

Loading…
Cancel
Save