aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/iterators.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/discord/iterators.py b/discord/iterators.py
index 032174ae..ad8828ff 100644
--- a/discord/iterators.py
+++ b/discord/iterators.py
@@ -237,8 +237,6 @@ class HistoryIterator(_AsyncIterator):
raise ValueError("history max limit 101 when specifying around parameter")
elif self.limit == 101:
self.limit = 100 # Thanks discord
- elif self.limit == 1:
- raise ValueError("Use fetch_message.")
self._retrieve_messages = self._retrieve_messages_around_strategy
if self.before and self.after: