Question

How do I disable mentions in a discord webhook?

  • 31 January 2023
  • 2 replies
  • 382 views

  • Anonymous
  • 0 replies

How do I disable mentions from this? Is it even possible? I use post request in webhooks by zapier app.

Already aware of this:
{ "content": "@everyone <@&role-id> <@user-id>", "allowed_mentions": { "parse": [] } }

But want to know if I can apply that knowledge in the format I sent the screenshot of. I prefer to insert data that way without having to deal with raw json. Thank you in advance guys


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

I want to disable all role mentions. @everyone, @here or all role mentions

😥