Leveling System (Discord.js v14)

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

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

  • @UnderCtrl
    @UnderCtrl  ปีที่แล้ว +1

    It’s highly recommended you watch the video before this where we go over how to connect to the database.
    th-cam.com/video/edeNqzKvj0g/w-d-xo.html

  • @sparrowTTV
    @sparrowTTV ปีที่แล้ว +4

    Not working. No errors. Nothing in database when I type.

    • @Off-axel
      @Off-axel ปีที่แล้ว +2

      same bro

    • @monkeychanhere
      @monkeychanhere ปีที่แล้ว +1

      same goes here

    • @zanispleve1777
      @zanispleve1777 ปีที่แล้ว

      @@monkeychanhere do you have eventHandler?

    • @XStarReviews
      @XStarReviews ปีที่แล้ว

      Are you all getting DB connected messages in your terminal?@@monkeychanhere

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

      did you find a fix?

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

    Man! This is awesome content, thanks for your help, I was able to build a bot!
    Can't wait to complete the rest of the series!!

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

    What awesome videos. I'm currently in the process of creating a Discord Bot and any questions are all answered in your videos. Thanks for that!

  • @phucho0237
    @phucho0237 ปีที่แล้ว +2

    Great content. Want to see your music system tutorial soon ♥

  • @klebt
    @klebt ปีที่แล้ว +2

    Looks very cool, but sadly this didn't work for me. I even put a console.log right under module. Exports in the giveUserXp code which never prints out.

  • @derkindergriller
    @derkindergriller ปีที่แล้ว +1

    amazing video how arent you famous

  • @RoxyEC
    @RoxyEC ปีที่แล้ว

    i love u bro... big thanks

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

    The "nice" when he reached 69XP 😂😂 12:27

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

      I didn’t even mean to say it. It’s just muscle memory now 🤷‍♂️

  • @ilham.mapper49
    @ilham.mapper49 ปีที่แล้ว

    Hey, under ctrl can you maked the bot is can join the voice channel

  • @pookimm
    @pookimm ปีที่แล้ว

    For making a leaderboard command, is it better to make it and store it in the database?

    • @okametheguy
      @okametheguy ปีที่แล้ว

      You'd be better off make that /leaderboard searches for the let's say 10 users with the highest levels, otherwise storing a leaderboard in the database would need to update the said leaderboard every single time someone levels up, instead, it'd just go search once for the highest level users when asked for it.

  • @HalalProgrammer
    @HalalProgrammer ปีที่แล้ว

    Hey how do I fix this error that's saying: Type Error: Cannot read properties of null (reading 'level')

    • @XStarReviews
      @XStarReviews ปีที่แล้ว

      One thing you might be able to try is to console.log the output to see what it being outputed. You might need to fill in a value somewhere so the value isn't empty = null

    • @HalalProgrammer
      @HalalProgrammer ปีที่แล้ว

      @@XStarReviews No worries I just put ?.value and it takes it as any type of value to save in the database.

  • @rashmysajin4520
    @rashmysajin4520 ปีที่แล้ว

    Level system with roles

  • @Bluei2h
    @Bluei2h ปีที่แล้ว +1

    hey, i’m early! 😊

  • @DesperaTonLaveur
    @DesperaTonLaveur ปีที่แล้ว +1

    Hi, I followed the tutorial to the letter. when I write in the chat the database this creates but it records no experience points.
    can you help me ? @UnderCtrl

  • @vladiusvostokus
    @vladiusvostokus 4 หลายเดือนก่อน

    Why do we need eventHandler and client.login inside async IIFE?