aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2018-03-06 00:19:58 -0500
committerRapptz <[email protected]>2018-03-06 00:19:58 -0500
commit1590441dbf82ef6c78cbdf57065a4eea84bad9f6 (patch)
tree5d5c2c3283493159c1161d0b7f0cacb8bb39c2d9
parentFix invalid close errors on websockets 4.x (diff)
downloaddiscord.py-1590441dbf82ef6c78cbdf57065a4eea84bad9f6.tar.xz
discord.py-1590441dbf82ef6c78cbdf57065a4eea84bad9f6.zip
Fix typo in TextChannel.delete_messages documentation.
-rw-r--r--discord/channel.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/discord/channel.py b/discord/channel.py
index eb4de43a..3fd867a4 100644
--- a/discord/channel.py
+++ b/discord/channel.py
@@ -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