mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Typo in docstring for TextChannel.delete_messages
This commit is contained in:
parent
51429f98e8
commit
77f04539b1
@ -186,7 +186,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
|
|||||||
Raises
|
Raises
|
||||||
------
|
------
|
||||||
ClientException
|
ClientException
|
||||||
The number of messages to delete more than 100.
|
The number of messages to delete was more than 100.
|
||||||
Forbidden
|
Forbidden
|
||||||
You do not have proper permissions to delete the messages or
|
You do not have proper permissions to delete the messages or
|
||||||
you're not using a bot account.
|
you're not using a bot account.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user