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

79
Views
Webhook List with pages

I am mapping all the embed in server

const list = new MessageEmbed()
            .setTitle('op')
            .addFields((await interaction.guild.fetchWebhooks()).map((data) => {
              return {
                name: `${data.name}`,
                value: `Channel: <#${data.channelId}>\nId: ${data.id}`,
                inline: false
              }
            }
            ));
          interaction.reply({ embeds: [list] });

But i want that it send only 10 webhook details in 1st page then rest in others.

I am using discord.js v13 and buttons

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

0

You'll have to create button interaction component collector which is pretty complex. I suggest you use a npm package that will handle that for you, you just give the package the interaction and he'll do the rest for you !

https://www.npmjs.com/search?q=discord+button+pages

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!