Browse Source

TextChannel.archived_threads is not a coroutine

feature/threads
Rapptz 4 years ago
parent
commit
51cc7622a6
  1. 2
      discord/channel.py

2
discord/channel.py

@ -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…
Cancel
Save