#My bot sends a mention but people aren't pinged
1 messages · Page 1 of 1 (latest)
You can control which entities receive notifications via the allowedMentions option. You can:
• Set a default on the client
• Set for a specific message
• Use the repliedUser key to disable in-line reply mentions
{ ..., allowedMentions: { parse: ["users", "roles"] } }
Not without code
so if I put their id (of the roles), this role will receive the mention ?
Post your code
?
I want to ping the role's id
@karmic osprey
My bot sends a mention but people aren't pinged
And does your bot have permissions to mention that role?
So I have to allow the bot to mention and It's done ?
👆
u have to do what i linked u to
I entered to the website
now read it
Is it "MessageMentionOptions" ?
pls read the guide properly, docs
show your client declaration