[NEW] - Discord Bot Embed PAGINATION System! || Discord.js V14

Sdílet
Vložit
  • čas přidán 4. 02. 2024
  • This is how you can make an embed pagination function and system for your discord.js v14 discord bot!
    Join my discord:
    🡺 / discord
    Want to become a member? Want access to pastebins? Join below!
    🡺 / @mrjawesomeyt
    Invite my new project! (Automate):
    🡺 discord.com/api/oauth2/author...
    Get my Tutorial Bot in your servers:
    🡺 discord.com/oauth2/authorize?...
    Invite my bots!:
    🡺 top.gg/bot/977594345756688384 (ESKI)
    🡺 discord.com/api/oauth2/author... (SERVER MANAGER)
    MongoDB Guide:
    🡺 • [NEW] - MongoDB Connec...
    Moderator Role (Permission Check) Guide:
    🡺 • [NEW] - Discord Bot Mo...
    Slash Command Package:
    🡺 • How to code a discord ... ​
  • Zábava

Komentáře • 13

  • @MrJAwesomeYT
    @MrJAwesomeYT  Před 4 měsíci +1

    join the community! discord.gg/codinglounge

  • @klebt
    @klebt Před měsícem

    Very helpful, thanks!

  • @raveeshnilaweera
    @raveeshnilaweera Před 4 měsíci +1

    nice 🎉

  • @wkjames409
    @wkjames409 Před 4 měsíci

    Great video. It helps a lot. Do you offer help for personal projects?

  • @RevibeMods
    @RevibeMods Před 4 měsíci +2

    Could you make a tutorial on how to make a chatbot with setup channel system?

  • @notvexify
    @notvexify Před 4 měsíci +1

    Instead of repeating *pageCount.setLabel()* on every if check, you could just have made one *pageCount.setLabel()* call after adjusting the index for each if check.
    Also you could have added this:
    first.setDisabled(index === 0);
    prev.setDisabled(index === 0);
    next.setDisabled(index === pages.length - 1);
    last.setDisabled(index === pages.length - 1);
    instead of having *2* if-else statements for each case
    ----------
    Good video tho. I updated my pagination in a good way because of you, thanks!

    • @MrJAwesomeYT
      @MrJAwesomeYT  Před 4 měsíci

      😉thanks! yeah i didnt really look at the code much before making the video as i copied it from a staff member on my discord. thanks for the feedback though

  • @vtubeyt6848
    @vtubeyt6848 Před 4 měsíci

    music system using lavalink please reply sir

    • @MrJAwesomeYT
      @MrJAwesomeYT  Před 4 měsíci

      check discord.gg/codinglounge - you can buy a music bot fully coded.

  • @rubyjain2720
    @rubyjain2720 Před 4 měsíci

    For Python