From 51cc7622a6314bfa97c77df45dbd705a4a77113e Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 17 Apr 2021 01:33:35 -0400 Subject: [PATCH] TextChannel.archived_threads is not a coroutine --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/channel.py b/discord/channel.py index 290da6649..5e2d16b9b 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -621,7 +621,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): ) return Thread(guild=self.guild, data=data) - async def archived_threads( + def archived_threads( self, *, private: bool = True,