Skip to content
Discussion options

You must be logged in to vote

Hello, this specific method was added for forums recently in #8476.

If you want to fetch only a single specific thread you already know the ID of you can use Guild.fetch_channel to retrieve it, otherwise the archived_threads method will be included in the 2.1 release.

To use it early you can install discord.py from the development branch instead of pip:

# Latest commit
pip install -U "discord.py[speed] @ git+https://github.com/Rapptz/discord.py@master"
# Locked to a specific commit from master (the latest currently)
pip install -U "discord.py[speed] @ git+https://github.com/Rapptz/discord.py@a592361f29ba31f08f43fa60ed3685905e5da329"

You can include the quoted parts inside your requirement…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Tabris05
Comment options

Answer selected by Tabris05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants