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

137
Views
How to send a message without replying to a slash-command?

I'm having trouble finding a way to hide the command message above a bot's "interaction.reply()" message. I just want the message to be public (not ephemeral), without it being a reply to a command or getting an error message. Thank you in advance. enter image description here

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

0

My problem has been resolved with this:

interaction.deferReply();
interaction.deleteReply();
interaction.channel.send("dummy message");
about 4 years ago · Juan Pablo Isaza Report

0

I really don't understand what you meant by that but this might be what you were looking for

You need to reply then delete it

interaction.reply({ content: 'dummy message', fetchReply: true })
  .then((message) => message.delete())
  .catch(console.error);
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!