How to make a Discord Bot 🤖 | Economy Bot (Discord.js)

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024

Комментарии • 23

  • @UnderCtrl
    @UnderCtrl  Год назад +2

    Hope you enjoyed the video!
    If you're interested in hosting this Discord bot 24/7, check out my bot hosting tutorial: ruclips.net/video/f7KjJQVcogY/видео.html

  • @halallisa9643
    @halallisa9643 5 месяцев назад +5

    1 year later and this video did the trick thanks so much!

  • @UnderCtrl
    @UnderCtrl  Год назад +4

    Apologies for the weird sound gate issues in some places of the vid. I used the wrong sound preset :(

  • @LucasHadukas
    @LucasHadukas Год назад +3

    I enjoyed watching the video, and I like seeing your tutorials.

  • @chiefjames
    @chiefjames 6 месяцев назад +3

    If the bot's commands don't appear in discord, you have to end discord in task manager and restart it

  • @deadpvpgaming2021
    @deadpvpgaming2021 Год назад +3

    when are you uploading the next part please tell I love your vids

  • @WhiteRickRoss
    @WhiteRickRoss Год назад

    Great videos ! Keep going!

  • @notministrominic3468
    @notministrominic3468 Год назад

    Amazing vid 🎉

  • @heyko7700
    @heyko7700 Год назад

    im very enjoyed about ur video very important to me for beginner listening code

  • @gillisagorastos
    @gillisagorastos Год назад +2

    Amazing video!
    One small problem tho
    How is this a Economy bot?

    • @UnderCtrl
      @UnderCtrl  Год назад

      This is part 1 to the economy bot series. This vid covers the environment setup and introduces you to discord.js bots. There’s a lot more videos coming which will make it a functioning economy bot.

    • @gillisagorastos
      @gillisagorastos Год назад

      @@UnderCtrl Oh Alright bro Thanks so much for the clarification!

  • @giorgostzitziesvili7676
    @giorgostzitziesvili7676 Год назад +1

    for me only the ping command is working, if I change name or command nothing is working...

  • @ThatsWhatSheZedX
    @ThatsWhatSheZedX 7 месяцев назад

    Only issue I have is the bots / command doesnt appear

    • @chiefjames
      @chiefjames 6 месяцев назад +1

      restarting discord worked for me

  • @wewalkinasmalltown
    @wewalkinasmalltown 3 месяца назад +1

    Dont know if this will apply to anyone else, but when I first added the Ping slash command it wouldn't show up in the server. I re invited the bot to the server with bot,slash.commands, and admin as the scope and the commands registered in the server.

  • @zhampy9480
    @zhampy9480 Год назад

    One question which db you will going to use?

  • @koushikgamer8185
    @koushikgamer8185 Год назад +1

    When will u upload next part

  • @marlboroortoiletananasdasdas
    @marlboroortoiletananasdasdas 9 месяцев назад

    13:05

  • @ObiSol
    @ObiSol Год назад

    throw er; // Unhandled 'error' event
    ^
    I'm getting this error after trying to add the "ready" listener event:
    Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file and data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
    at new NodeError (node:internal/errors:399:5)
    at throwIfUnsupportedURLScheme (node:internal/modules/esm/resolve:1059:11)
    at defaultResolve (node:internal/modules/esm/resolve:1135:3)
    at nextResolve (node:internal/modules/esm/loader:163:28)
    at ESMLoader.resolve (node:internal/modules/esm/loader:838:30)
    at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18)
    at ESMLoader.import (node:internal/modules/esm/loader:525:22)
    at importModuleDynamically (node:internal/modules/cjs/loader:1186:29)
    at importModuleDynamicallyWrapper (node:internal/vm/module:429:21)
    at importModuleDynamically (node:internal/vm:106:46)
    Emitted 'error' event on Client instance at:
    at emitUnhandledRejectionOrErr (node:events:394:10)
    at process.processTicksAndRejections (node:internal/process/task_queues:84:21) {
    code: 'ERR_UNSUPPORTED_ESM_URL_SCHEME'