Make a Discord.js Welcome System (Multi-Guilded) 🚀

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

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

  • @UnderCtrl
    @UnderCtrl  10 หลายเดือนก่อน +6

    Slight bugs:
    18:45 - We're using the "error" variable but I forgot to obtain it from the parameters of the catch() method. Make sure to do that.
    34:45 - If you're gonna add a .catch(), make sure to add a return right after so that your bot doesn't try to send the message to a non-existent channel.
    Apologies for these oversights. Thanks for watching :)

  • @shubhammaloo2499
    @shubhammaloo2499 10 หลายเดือนก่อน +3

    Great video 👍
    Waiting for my exam to be over so I can completely understand the code

  • @m1dev
    @m1dev 10 หลายเดือนก่อน +3

    Awesome content!

  • @goofert42
    @goofert42 10 หลายเดือนก่อน +3

    nice vid!

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

    Nice video, i need video on multi guilded prefix :)

  • @maximumcasey816
    @maximumcasey816 7 หลายเดือนก่อน

    I just like to point out that the word Guilded is trademarked by Guilded, INC.
    That's all.
    Awesome video though

  • @TeedleTV
    @TeedleTV 8 หลายเดือนก่อน

    Can you do this without setting up a database for commands like this? Also, can you go over creating a sticky message without a database? I prefer to not need to use a database at all for stuff. Typically prefer using objects, not sure how to go about it.

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

    Can you please make a Ticket System with multicategories ?

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

    Hello, if i wanted to do the same thing but when the user lefts the server, what do I need to put in the module.export parameter

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

    one question
    can i keep using the free version of mongodb to host a private discord bot?

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

      Yes. MongoDB Atlas is free up to 512mb which is plenty for most private projects.

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

    can u put all the files ? under your video ? becose my bot is not working im do the same thing what u but my bot saying some thing which I don't know what is it thx sorry for the bad anglish :/ :)

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

      and this is a very good video
      :)

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

    MONGODB_URI= ? (where do I get this?)

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

      The MongoDB tutorial linked in the description will guide you on getting that. It can be a MongoDB Atlas connection string, or a local MongoDB connection string.