Fix typo in TextChannel.delete_messages documentation.

This commit is contained in:
Rapptz 2018-03-06 00:19:58 -05:00
parent a425bd91be
commit 1590441dbf

View File

@ -176,10 +176,10 @@ 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.
Parameters