Code A Discord Bot in Less Than 40 mins - Full Tutorial in 1 Single Video (NO EXPERIENCE REQUIRED)

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

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

  • @EvenMoreCode
    @EvenMoreCode  4 дня назад +1

    I’m finally back after disappearing for a while!
    I’m looking forward to making more high quality videos, please comment any suggestions for content that you want to see from me!

  • @Phage-
    @Phage- 4 дня назад

    The legend is back!

  • @ayero.
    @ayero. 4 дня назад

    He’s backkk😭🙏

  • @cool_HABIBI
    @cool_HABIBI 4 дня назад

    no way bro is back

  • @JakobsMusicCorner
    @JakobsMusicCorner 4 дня назад

    Welcome back! Are you going to be posting more often again?

    • @EvenMoreCode
      @EvenMoreCode  4 дня назад

      Yes sir! Let me know if you have any requests for future topics I should cover

  • @j4kloes
    @j4kloes 3 дня назад

    Hey! I have just made my discord bot but my commands dont show on the server. Any ideas on why?

    • @EvenMoreCode
      @EvenMoreCode  3 дня назад

      Hey! Did you deploy your commands? 28:33 is where we deploy the commands in the video

    • @j4kloes
      @j4kloes День назад

      @@EvenMoreCode now having issues with keeping bot up, ping keeps going down

    • @EvenMoreCode
      @EvenMoreCode  День назад

      @@j4kloes What do you mean ping keeps going down? Like you lose internet?

  • @sebas9111
    @sebas9111 4 часа назад

    client.commands = new Collection();
    ^
    ReferenceError: Collection is not defined, i get this error when i try to reload the bot at the very end

    • @EvenMoreCode
      @EvenMoreCode  4 часа назад +1

      Hmm are you importing “Collection” from “discord.js” on line 3?

    • @sebas9111
      @sebas9111 4 часа назад

      i think i fixed all my errors but now its giving
      const commandFiles = fs.readdirSync(commandsPath).filter(file.endswith('.js'));
      ^
      ReferenceError: file is not defined