diff options
| author | Rapptz <[email protected]> | 2017-06-29 20:33:19 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-06-29 20:33:19 -0400 |
| commit | 77f04539b1a5148e127de6b95ad23b2f90b12d9e (patch) | |
| tree | ef4476bbc73f35174542d5f42453fdee62579a06 | |
| parent | Fix typo in migrating page. (diff) | |
| download | discord.py-77f04539b1a5148e127de6b95ad23b2f90b12d9e.tar.xz discord.py-77f04539b1a5148e127de6b95ad23b2f90b12d9e.zip | |
Typo in docstring for TextChannel.delete_messages
| -rw-r--r-- | discord/channel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/channel.py b/discord/channel.py index 8b2cdec2..4facc9c2 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. |