diff --git a/discord/iterators.py b/discord/iterators.py index 4e57faa72..bf0077be0 100644 --- a/discord/iterators.py +++ b/discord/iterators.py @@ -77,7 +77,7 @@ class _AsyncIterator: else: ret.append(item) - async def __aiter__(self): + def __aiter__(self): return self async def __anext__(self):