Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

443
Views
Discord.js Ping @Here role

How do you get the @here role?

Things I tried:

  • sending @here (doesn't ping)
  • interaction.guild.roles.fetch("@here") (not a real role)
  • '<@&'+threadId+'>' (comes up @deleted-role)

I don't see it in the documentation anywhere but it's really hard to search since search engines ignore the @

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

@here is not a role. It simply mentions @everyone but only pings everyone online. You would need to use the everyone role.

const role = interaction.guild.roles.everyone

Note, the everyone role ID is the same as the guild ID, so for things like overwrite editing, you should use the guild ID

await channel.permissionOverwrites.edit(interaction.guild.id, {
  SEND_MESSAGES: false
})
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!