Mention Permissions
why wont my bot ping @.here in interaction.reply my bot has MentionEveryone perms as well as admin in the server (Slash Command)
20 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.interaction.appPermissions.has(PermissionsBitField.MentionEveryone) --> It logged true
What have you set allowedMentions to in Client constructor, anything?
Yes the bot is in the guild
no i just thought giving it administrator would ping it
Any idea what permissions I should have
Alright, I'll also ask there, just wanted to double check here if there was a problem with my code
how would i do this
allowedMentions
is this right?
it is put after content
and after allowedMentions is my menu
so i can't ping
@here
in a message??
i tried pinging
@everyone
and it works
but when i trie @here
it gives an error
ohh everyone
is for both @everyone
and @here
I was putting here
in parseI'm not sure why this isn't working tho
is it not going through cause it's unable to process the
@here
?
lemme remove here from content
they asked me to do allowedMentions so I came back here
I'm going to ask them for roles now
Well i specifically asked for @.here
im gonna ask for role now
If they don't have an answer, I'll try #djs-help-v14 then contact support
okay
if you're talking about trying to ping the role with that allowedMentions, sadly no it dont