Discord Button Collectors đŸ—‘ïž Discord.js v14

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 20. 06. 2023
  • Discord Button Collectors đŸ—‘ïž Discord.js v14
    🌐 Important links
    - Starter files: github.com/notunderctrl/djs14...
    - Discord: discord.underctrl.io
    Patreon: / underctrl
    Buy me a coffee (one-time donation): buymeacoffee.com/underctrl
    Thanks for watching!

Komentáƙe • 25

  • @johncarter3227
    @johncarter3227 Pƙed rokem

    Simple and to the point, have been looking for this collector video for past few days. And here it is! Thanks a lot dude, your explanation is good!

  • @iluvsyphonfilter
    @iluvsyphonfilter Pƙed 8 měsĂ­ci +1

    Your tutorials are awesome... Straight to the point and cover the topics deeply, keep up the good work!

  • @RathAdventures
    @RathAdventures Pƙed rokem

    Thank you so much for this! Just learning djs 14 and slash commands to completely rewrite my djs 13/message commands bot, this was a big help!

  • @yetntplayz
    @yetntplayz Pƙed rokem +5

    Of course bro makes this video after I spent the whole day trying to understand button collectors from the docs and fixing bugs 😭

  • @ArcturusWasTaken
    @ArcturusWasTaken Pƙed rokem +3

    Really simple and helpful! Straight to the point , this would really help new developers!

  • @errornamenotfound4589
    @errornamenotfound4589 Pƙed 4 měsĂ­ci

    Thank you so much for making this!

  • @rubiusoficial
    @rubiusoficial Pƙed 6 měsĂ­ci

    This tutorial Is just perfect, straight to the point and easy to understand

  • @voreal8027
    @voreal8027 Pƙed rokem

    THIS CAME AT THE PERFECT TIME LETS GOOO

  • @Legta45
    @Legta45 Pƙed 5 měsĂ­ci

    Thanks, this was so helpful

  • @FascinatingFantasy
    @FascinatingFantasy Pƙed rokem

    TYSM. you're amazing

  • @zhornz
    @zhornz Pƙed rokem

    Youre a good teacher

  • @slothy8301
    @slothy8301 Pƙed 6 měsĂ­ci

    Can You Do Vid On Reaction Collectors

  • @ja.martinss
    @ja.martinss Pƙed 2 měsĂ­ci

    thanks a lot

  • @TGASASSY
    @TGASASSY Pƙed 6 měsĂ­ci

    I’m interested in making a bot that uses buttons. Once a button is clicked, the bot will respond with another prompt with a text field so the user can type in that field. Once they type into the field they can press the submit button. The users text entered should then get sent into a private text channel. Is this possible? Also it’d be nice if it was embedded 👌 keep up the great work đŸ”„

  • @Xtos07
    @Xtos07 Pƙed rokem +2

    Bro I'm using advance Event+ command handler . I watched your your past tutorial frm part 1 to part 16 but my button and bot status not working, no error in console rather than this 2 things, everything works properly like ban, kick, timeout, auto role, ping, commands. So can you help me with this issue.. actually I don't know where I put my button code and bot status code pls help 😱

    • @johncarter3227
      @johncarter3227 Pƙed rokem

      You need to share your code snippet, and I can tell you where to put it.

  • @themilkyfx
    @themilkyfx Pƙed rokem +2

    Can you show us how to make a music bot?

    • @ArcturusWasTaken
      @ArcturusWasTaken Pƙed rokem +3

      That would be cool but if it is violating the service u use's TOS , like CZcams , discord will most probably ban the bot. So u gotta be a lil tricky and avoid accepting youtube urls 😀 , hope this helps!

  • @noru6375
    @noru6375 Pƙed 11 měsĂ­ci

    Very useful video!
    Does anyone know how to create pagination?
    My method is:
    replacing the 'interaction.reply()' line to 'reply.edit()' to change the content of the original message and use "interaction.deferUpdate()" to prevent *This interaction failed* (warning message in discord) when pressing the button to the different page.
    The problem is, it's a little slow.

  • @NotSoZub2010
    @NotSoZub2010 Pƙed 4 měsĂ­ci

    So how do i make the bot send a message if someone other than the message author uses the button?

    • @ja.martinss
      @ja.martinss Pƙed 2 měsĂ­ci

      (if interaction.user.id === interaction.author.id){
      message.reply
      }

    • @NotSoZub2010
      @NotSoZub2010 Pƙed 2 měsĂ­ci

      @@ja.martinss thanks a lot

    • @ja.martinss
      @ja.martinss Pƙed 2 měsĂ­ci

      @@NotSoZub2010
      sorry actually the correct thing is:
      put this inside the collector on:
      if (interaction.user.id === reply.author.id){
      interaction.reply('your message")
      }
      but for it to work you must remove the filter line

  • @theyande
    @theyande Pƙed 6 měsĂ­ci

    choost