Bot Replies to Commands in Threads #7328
Unanswered
FreestRolexes
asked this question in
Q&A
Replies: 2 comments 2 replies
-
This is incorrect. Thread support is added in v2.0, which has not been released yet. You can install it with github:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Discord.py v1.7.3 was released before threads. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Per the title, I'm looking for help getting my bot to reply to commands from within threads.
I've updated
discord.py
to v1.7.3, which (if I'm understanding right) should implement the Discord API v9 and support threads. But I'm not seeing any messages from within a thread with my@bot.listen('on_message')
wrapped function, in addition to any of my command handlers. My bot is still able to respond to commands from DMs or from within normal channels on the server it is attached to. Is there something obvious I'm missing or additional steps I need to take to support threads?I apologize if this isn't the proper place to ask technical questions.
Beta Was this translation helpful? Give feedback.
All reactions