mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-03 16:45:21 +00:00
TextChannel.archived_threads is not a coroutine
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user