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

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ธ.ค. 2024

ความคิดเห็น • 14

  • @MrJAwesomeYT
    @MrJAwesomeYT  10 หลายเดือนก่อน +1

    join the community! discord.gg/codinglounge

  • @raveeshnilaweera
    @raveeshnilaweera 10 หลายเดือนก่อน +1

    nice 🎉

  • @notvexify
    @notvexify 10 หลายเดือนก่อน +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  10 หลายเดือนก่อน

      😉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

  • @klebt
    @klebt 6 หลายเดือนก่อน

    Very helpful, thanks!

  • @Titsou_1
    @Titsou_1 10 หลายเดือนก่อน +2

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

  • @wkjames409
    @wkjames409 9 หลายเดือนก่อน

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

  • @Vtubeprime
    @Vtubeprime 10 หลายเดือนก่อน

    music system using lavalink please reply sir

    • @MrJAwesomeYT
      @MrJAwesomeYT  10 หลายเดือนก่อน

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

  • @rubyjain2720
    @rubyjain2720 10 หลายเดือนก่อน

    For Python

    • @MrJAwesomeYT
      @MrJAwesomeYT  10 หลายเดือนก่อน +1

      i dont know python

    • @rubyjain2720
      @rubyjain2720 10 หลายเดือนก่อน

      Oki