From 77f04539b1a5148e127de6b95ad23b2f90b12d9e Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 29 Jun 2017 20:33:19 -0400 Subject: [PATCH] Typo in docstring for TextChannel.delete_messages --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/channel.py b/discord/channel.py index 8b2cdec27..4facc9c25 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -186,7 +186,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): Raises ------ ClientException - The number of messages to delete more than 100. + The number of messages to delete was more than 100. Forbidden You do not have proper permissions to delete the messages or you're not using a bot account.