A way to force a user to unfollow a post or remove the user without notification
Is it possible to remove a user from a post exactly how it would the "unfollow post" do? Without getting a notification from the server.
7 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!Clicking this causes you to remove the post form the list under the forum and quit it silently


Removing a member using the API causes this message to appear, which is bad
thread.members.remove(interaction.user.id);

That is your only choice.

Should be enough XD
Might just use actual channels instead if you're making so many changes 🤷♂️