mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
TextChannel.archived_threads is not a coroutine
This commit is contained in:
parent
cb9a506686
commit
51cc7622a6
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user