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)
|
return Thread(guild=self.guild, data=data)
|
||||||
|
|
||||||
async def archived_threads(
|
def archived_threads(
|
||||||
self,
|
self,
|
||||||
*,
|
*,
|
||||||
private: bool = True,
|
private: bool = True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user