Browse Source

Typo in docstring for TextChannel.delete_messages

pull/615/head
Rapptz 8 years ago
parent
commit
77f04539b1
  1. 2
      discord/channel.py

2
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.

Loading…
Cancel
Save