aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/channel.py b/discord/channel.py
index 06b1dbf8..ef4087c5 100644
--- a/discord/channel.py
+++ b/discord/channel.py
@@ -238,7 +238,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
Parameters
-----------
- limit: int
+ limit: Optional[int]
The number of messages to search through. This is not the number
of messages that will be deleted, though it can be.
check: predicate