Add bot to thread when slash command is used #3382
Unanswered
advaith1
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
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.
-
In private threads, slash commands can be used, but if the bot is not in the thread, it will not be able to read/manage messages.
If the bot has access to the parent channel, it can reply to the interaction and ping itself, adding itself to the thread. However, this is annoying to handle and it would be nicer if Discord did it automatically, treating using a bot's command as mentioning the bot.
Alternatives possible currently (suboptimal ux):
Alternatives Discord could do:
/interactions/:id/:token/join-thread
); cleaner than responding to the interaction and pinging itselfBeta Was this translation helpful? Give feedback.
All reactions