From ac0e4fabb8be48195c770293f5cb14e04cdc8a21 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 7 Mar 2022 18:09:23 -0500 Subject: [PATCH] Fix type checker error in Guild.chunk --- discord/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/state.py b/discord/state.py index ef61471ab..ae4e3f42e 100644 --- a/discord/state.py +++ b/discord/state.py @@ -1073,7 +1073,7 @@ class ConnectionState: if wait: return await request.wait() - return request.get_future() + return await request.get_future() async def _chunk_and_dispatch(self, guild, unavailable): try: