Mark Post as Solved?
I really like the "Mark post as solved' feature, I would generally like to achieve the same thing since I am using the Forums format as an LFG Sytem for my Server.
So I would like the post to only be able to be 'Marked as Solved' by the Original Poster or Staff. Which will then Archive the Post.
3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!@d.js toolkit is open source, so you're free to check out how it's handled, but I'll also be linking the relevant docs below
ThreadChannel#ownerId
The id of the member who created this GuildMember#permissionsIn()
Returns
channel.permissionsFor(guildMember)
. Returns permissions for a member in a guild channel, taking into account roles and permission ThreadChannel#edit()
Edits this thread.