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 290da664..5e2d16b9 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,