Build a Discord Currency Bot 1 - Connect and Build

Поділитися
Вставка
  • Опубліковано 13 лип 2023
  • Let's get started building out that Discord bot! In this lesson, we'll take a look at:
    * Discord Developer Portal Setup
    * Connecting your Repl
    * Replying to a specific keyword
    * Leveraging Private Repls and Always on to make a better experience
    Don't forget that you can follow this tutorial with text and live code editing at replit.com/learn/discord-currency-bot
  • Розваги

КОМЕНТАРІ • 12

  • @zcqtt
    @zcqtt 8 місяців тому +4

    When doing import discord, os, it doesn’t work for python. Has it changed it 2 months?

    • @replit
      @replit  8 місяців тому

      Use the Package manager tool to manually install discord, that should get you going again

  • @SoftLearning_
    @SoftLearning_ 10 місяців тому

    Thank you very much!!

  • @gdrmarmokaite1521
    @gdrmarmokaite1521 10 місяців тому

    Could you explain in detail what thing does what and for different cases i am trying to make a discord bot in replit that is a Music searcher alto their is not enough information here to provide a general overview
    Please talk about how to make it a big range of different things we may want to do
    Thank you

  • @JojoBojob
    @JojoBojob Місяць тому

    can't seem to get the bot to answer anything I write.
    Doesn't seem to be anything wrong with the code on first glance and the bot is online.
    How come? Anyone else have this problem?

  • @lsgt_vrOfficial
    @lsgt_vrOfficial 4 місяці тому

    How do I get the password for verifying?

  • @slovakperson
    @slovakperson Рік тому +1

    When is this going to be on Replit (the tutorial)

  • @TheProgrammer20
    @TheProgrammer20 10 місяців тому +2

    if message.content.startswith("$hello") :
    await message.channel.send("hello")
    seems to not work and has an error underlining these texts , whats the reason for this??

    • @flxmzzzz
      @flxmzzzz 8 місяців тому

      same bro such a bs

    • @JollyBean2023
      @JollyBean2023 7 місяців тому

      the problem is with the indentations. I got the same problem and solved it with its ai