The EASIEST Discord Chat Bot Tutorial On The Internet (Python 3.10) 2023

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 412

  • @Indently
    @Indently  11 місяців тому

    For the 2024 version + source code:
    ua-cam.com/video/UYJDKSah-Ww/v-deo.html

  • @ethancox2025
    @ethancox2025 11 місяців тому +1

    VS Code users who get Syntax Error from File , line 1:
    Close your terminal from the first step (pip install discord) and run the program from a fresh terminal.
    Excellent tutorial!

  • @TheNUIHEO
    @TheNUIHEO Рік тому +18

    I have enabled the MESSAGE CONTENT INTENT, SERVER MEMBERS INTENT, and PRESENCE INTENT but my bot is still not responding to messages, is there something else that I need to do to fix this issue?

  • @sprinter5901
    @sprinter5901 Рік тому +7

    10:05 if message == "roll"
    make sure its p_message and not message.
    small typo but thats okay.

    • @bhavinthakur
      @bhavinthakur Рік тому

      this small typo would throw error on every usage of roll command..... thanks

  • @allyscott6473
    @allyscott6473 Рік тому +4

    took forever but i got it omg amazing

  • @flytelp
    @flytelp Рік тому +9

    If you are getting and SSL certification error,
    1. run pip install certifi and pip install --upgrade certifi
    2. run /Applications/Python\ 3.10/Install\ Certificates.command and replace 3.10 with whatever the first two numbers are when you run python --version (so 3.10.23 is just 3.10 and 3.11.43 is just 3.11)

  • @Thars36
    @Thars36 2 роки тому +21

    Great tutorial !
    Easy to setup and to understand, still leveling up my Python skills, thanks a lot !

  • @ultravphunter
    @ultravphunter 2 роки тому +14

    Thanks for putting this together! I was able to resolve an issue due to intents and used this template as a way to make a discord bot to track Wordle stats on the server I share with my friends. We’re looking forward to seeing who is the best at Wordle!

    • @anponmon
      @anponmon Рік тому +3

      How did you resolve this issue may I ask?

    • @sockycheese
      @sockycheese Рік тому

      what a shame he never responded@@anponmon

  • @silberkobold123
    @silberkobold123 2 роки тому +9

    This Video is really helpful. I am beginner in Python an could create a chatbot with the help of this Video. It is a little chatbot owl, which wants Chips. And if you ask how many, I build in the random integer function, which gives out a number between 1 and a Million (It is a very hungry owl). It is fun and easy, if you follow the steps of the tutorial.

  • @_lun4r_
    @_lun4r_ 2 роки тому +4

    4:17 Bots cannot delete your server unless they are the owner of that server, and there aren't really any servers owned by bots so it can't delete your server, but it can nuke it.

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

    Got lost in the documentation trying to make my bot work, went to your tutorial and I can finally get a 'Hello World!' from my bot! Thank you!

  • @Dandyboyo2
    @Dandyboyo2 Рік тому +4

    my bot is just reading " " from the messages being send to it

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

    This was indispensable in writing my first bot! thank you!

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

    Thanks for the tutorial. By the way will you do tutorials for mojo too, when it comes out officially?

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

      I would like to try it, but I can't promise anything.

  • @DaJumba
    @DaJumba 11 місяців тому

    thank u. First tutorial that helped me get my bot working : )

  • @camila3110
    @camila3110 2 роки тому +2

    Thanks for the video :D

  • @jordanmelzer3371
    @jordanmelzer3371 Рік тому

    Thank you so much! This helped with my school project!!

  • @kmlaplant
    @kmlaplant Рік тому +4

    This video was so helpful, thank you for making it! I had absolutely no experience coding with Python and now I have a working Discord bot! I am just curious if you have any other tutorials on how to use the "responses" and/or "beautifulsoup" packages with a Discord bot? I'd love to learn how to get my Discord bot to pull content from webpages into its responses (like a daily horoscope). Thanks again!

  • @jeshc8424
    @jeshc8424 2 роки тому +27

    Having a lot of problems with the pip install discord part

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

      Had the same issue. You need to install it manually through the python packages at the bottom

    • @ParadymShiftVegan
      @ParadymShiftVegan Рік тому

      do you have the latest version of Python installed? It should come with the pip package

    • @Lc9real
      @Lc9real Рік тому

      I dont know if its late but try installing it with cmd and in the project settings choose another python if you have diferent

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

      Did you install pip?

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

      For everyone who still has this problem: my friend and I had the same issue and it was fixed by using an older version of python.

  • @2muchtntstudios925
    @2muchtntstudios925 Рік тому +3

    i keep getting this error: module 'bot' has no attribute 'run_discord_bot' . its from this line: bot.run_discord_bot() . does anyone know why?

  • @daspeedsta9455
    @daspeedsta9455 Рік тому

    Great vid! made a secret santa bot for the holidays. Thanks!

  • @firebolt3626
    @firebolt3626 Рік тому +2

    i did exactly how you showed me but the bot is unable to read the message being sent on the channel. the debugging line you provided, its printing just a blank space on the console window. please help

  • @thesossinay
    @thesossinay 3 місяці тому

    Man you're the best

  • @defiantguru
    @defiantguru Рік тому +5

    I built the code exactly as you wrote it and it didn't work. I even copy and pasted from your source code. Still no good. All I get is a TON of "Traceback (most recent call last)" stuff. It looks like maybe it has problems with the bot.run_discord_bot() code in the main,py module and the client.run(TOKEN) in the bot,py module.
    Any thoughts?
    Edit: Changed the periods in the modules to commas so that they aren't links

    • @oppositeonion3871
      @oppositeonion3871 Рік тому

      i have the same problem

    • @include_na
      @include_na Рік тому

      i had the same problem... i just reset my token and pasted the new one .... and make sure you have toggled the message content intent in the discord developer portal/applications/bot .... and lastly recheck that if you have typed uppercase letters and lowercase letters in place in the code... I'm certain it will work... hope it helps.. even tho you posted the problem a month ago-

  • @cdkw8254
    @cdkw8254 Рік тому

    Nice, it worked in a single go!

  • @James31006
    @James31006 Рік тому +3

    I'm getting the AttributeError: module 'bot' has no attribute 'run_discord_bot'

  • @Z3rk
    @Z3rk 11 місяців тому

    7:48, I foresee many users who don't know about the font that makes the arrows look that way will be confused by what you wrote there

  • @MichealScars
    @MichealScars 2 роки тому +3

    in the video at 18:00 i dont see the green arrow what do i do, it also wont let me import discord, it said
    ModuleNotFoundError: No module named 'discord'

    • @masterdementer
      @masterdementer 2 роки тому

      First pip install discord in the terminal

  • @Austin_
    @Austin_ 2 роки тому +4

    Had an error with pip install:
    I had to change from powershell in the terminal to the command prompt as for default it was powershell for some reason.

  • @BenAbode
    @BenAbode Рік тому

    Achievement unlocked: Make your first discord bot thanks to a dude on the internet. Cheers for the great tutorial mate!

  • @Foodislove2701
    @Foodislove2701 11 місяців тому

    Thank you very much... It worked out

  • @julianavieira7065
    @julianavieira7065 Рік тому +6

    I finally made it! After watching about 4 tutorials, and this one giving me the final touches, I managed to make a Discord Bot.
    Just one plus I'd like to remind to anyone who, like me, foolishly named the .py files as Responses and Bot, with upper case instead of lower case. You just have to write it in upper cases while programming about these files, exactly as the file name, otherwise it won't work.

  • @mridul_chandrawanshi
    @mridul_chandrawanshi Рік тому

    Great tutorial, it worked in a single go. Thanks, man.

  • @Fealinqs
    @Fealinqs Рік тому +2

    When I run it, it’s says “AttributeError: module ‘bot’ has no attribute ’run_discord_bot’ how do I fix that?

  • @cellsgis1105
    @cellsgis1105 Рік тому

    Thank you so much! Works very well

  • @Spluaks
    @Spluaks Рік тому +3

    Thank you so much, i'm doing a discord bot for my studies final project and this video is the first one to work for me :D is very well explained and usefull to start with, you deserved this one +1 subscriber

    • @nox7796
      @nox7796 Рік тому

      do you know how to fix this error (TypeError: run_discord_bot..on_message() takes 0 positional arguments but 1 was given)? I followed the video completely, the bot runs just when I type a response I get that error.

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

      @@nox7796 check if you have included 'message' in the on_message function:
      async def on_message(message):
      # rest of the code...

  • @dhiyaneshrajappa9980
    @dhiyaneshrajappa9980 2 роки тому +3

    i just want to know why my bot wont respond to any of the commands
    no matter what
    i tried my best to find errors and change them
    but for some reason it just doesn't respond
    PLEASE HELP ME MR.Indently!!!
    PLEASSSSEEEEE

  • @zeroesssssw
    @zeroesssssw Рік тому

    THANK U SO MUCH I APPRECIATE THIS WAS SUPER EASY AND HELPFUL!!!

  • @vihaanuchiha3599
    @vihaanuchiha3599 2 роки тому +1

    Thanks for all of your help I really appreciate it

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

    when i runvmain i get AttributeError: ‘Intents’ object has no attribute ‘message_content’

  • @morons9287
    @morons9287 Рік тому +2

    The bot isnt sending responses, but in the terminal in VSCode it can see im sending messages, has anybody had a similar issue?

    • @shaharzamir88
      @shaharzamir88 Рік тому

      im not seeing sent messages even

    • @michaellarsonlee
      @michaellarsonlee Рік тому

      i had a problem following the tutorial but was able to fix it see my other comment.

  • @jxstinanime
    @jxstinanime Рік тому +3

    I don't understand about the import bot part 16:18, I typed the same thing but bot isn't in scope

    • @skypixel9477
      @skypixel9477 Рік тому

      it doesn't work because u probably don't have a .py file called bot, he does. u probably just called it differently

  • @perfectconversationmaker8765

    Well, i have tried it, and it works perfectly! Great!

  • @grayink1578
    @grayink1578 Рік тому +2

    7:57 how did you get the arrow to show up when making the "get response function show up as a string?

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

    getting error module 'responses' has no attribute 'get_responses'

  • @X-razcal-X
    @X-razcal-X 2 роки тому

    Great Vid. Thank you.

  • @ethanyoung.
    @ethanyoung. Рік тому +1

    Has this tutorial yet again become outdated? Well, aw shucks. Even with this reoccurring issue of these tutorials rapidly becoming outdated wicked quick, I simply must say that your tutorials are the best on the platform. I've tried finding alternative tutorials that are newer, and thus aren't up to date, but they either are also out of date or should probably be alright (published two months ago) but are just so low quality that I just refuse to even try with them. If you were to chose to upload yet another video on this very interesting topic, I'd be overjoyed. It's annoying how formats change and ruin all decent information that was available. For real though, if you or somebody else were to upload an updated video on discord bot creation, that'd be soooooo unimaginably awesome. Very high quality tutorial, though; +1 subscriber.

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

      This bot tutorial is not outdated and works perfectly, as of today at least.

    • @kouanime.
      @kouanime. Рік тому +1

      @@Indently doesnt work now

    • @gusepep
      @gusepep Рік тому

      when I click run, it says that run_discord_bot() is not working idk!

    • @mattlo1664
      @mattlo1664 Рік тому

      works for me. Double check you copied the code EXACT
      @@kouanime.

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

    how do i fix this error message
    AttributeError: 'Intents' object has no attribute 'messages_content'

  • @almighysanti3061
    @almighysanti3061 Рік тому

    still works in 2023! thank you!

  • @FreadFries
    @FreadFries Рік тому +2

    Very helpful and up-to-date tutorial, subscribed!

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

    module responses has no attribute get_responses
    Hi can you please tell me how to fix this problem?

  • @SkM4rshall
    @SkM4rshall Рік тому +2

    if user_message[0] == '?':
    ~~~~~~~~~~~~^^^
    IndexError: string index out of range
    Any ideas?

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

    Why does everyone in the comments act like this works? It just gives errors, and crucial steps are left out.

    • @Indently
      @Indently  Рік тому

      The ones who made it work know a little bit about programming, the tutorial works great as of 8 October 2023, nothing is left out.

    • @ImpossibleEvan
      @ImpossibleEvan Рік тому +4

      @@Indently I mean I know python, I don't know any external stuff, I have a certificate for gods sake. But you never really explained how to get the files linked to the bot

  • @kunalchauhan5294
    @kunalchauhan5294 Рік тому

    Thank You Sooo much

  • @thesheriff5019
    @thesheriff5019 Рік тому +2

    mobule 'bot' has no attribute 'run_discord_bot'
    anyone have the fix for this?

    • @bullmer.
      @bullmer. Рік тому

      Happens for me too :( he doesnt seem to be answering comments so its probably just not gonna work :(

  • @grease253
    @grease253 2 роки тому +1

    Great video

  • @laak7982
    @laak7982 2 роки тому

    Very helpful thank you so much

  • @anezkaaa4071
    @anezkaaa4071 Рік тому

    Thank you so much! The only problem I had was with permissions, so guys don't forget to allow all three 'Privileged Gateway Intents' in 'Bot' section :D

    • @BenP-n1x
      @BenP-n1x Рік тому +1

      Thanks so much. The gateway intents were my problem and your comment helped me resolve it. Much appreciated.

  • @tinagervais
    @tinagervais 2 роки тому +1

    The button ' ` ' is usually located under your escape key! Nice video!!

    • @Indently
      @Indently  2 роки тому +6

      I have an Italian keyboard so I only have | \ under the esc key, I'm sure with minimal research I could find it ahah.

  • @Galing28
    @Galing28 Рік тому +2

    I have a problem with the
    if user_message[0] = '?'
    Each time i type something in discord, it gives me an IndexError: string index out of range. Can anyone please tell me why is it happening?

    • @Lebron01234
      @Lebron01234 Рік тому

      use double == i think

    • @TZCN
      @TZCN Рік тому

      ​@@Lebron01234 is this solved?

    • @Lebron01234
      @Lebron01234 Рік тому

      @@TZCN idk

    • @brannn69
      @brannn69 Рік тому

      same problem here

    • @cheungfun_
      @cheungfun_ Рік тому

      enable message content intent in the developer bot tab under "Privileged Gateway Intents"

  • @gimmecocho
    @gimmecocho Рік тому

    omg thank you so much!!

    • @tntaco07
      @tntaco07 Рік тому

      Mine isnt working, is there anything you did different and is the venv folder required?

    • @gimmecocho
      @gimmecocho Рік тому

      ​@@tntaco07 to be honest, I don't know. First I started the code with this video ua-cam.com/video/hoDLj0IzZMU/v-deo.html and then reading the comments I realized that code isn't working anymore bc the intents are needed, so I just put them and worked.

  • @cy_xyz
    @cy_xyz 2 роки тому +1

    TAK!! Havde nogle gamle scripts liggende til discord bots som ikke virker længere, hvorfor ved jeg ikke.. Tror bare det er blevet opdateret men den har video har hjulpet :D

    • @Indently
      @Indently  2 роки тому +1

      Happy this worked and helped :)

    • @cy_xyz
      @cy_xyz 2 роки тому

      @@Indently En video ide: en troll discord bot hvor den fx auto responder til en bestemt person og sender random memes, videoer, rick roll etc. Men tak for det!

    • @Indently
      @Indently  2 роки тому

      @@cy_xyz I like the idea! I will write it down.

  • @calebvargas9568
    @calebvargas9568 2 роки тому +1

    i have a problem the bot doesnt respong and this message shows up in the terminal
    module responses has no attribute get_response

    • @Indently
      @Indently  2 роки тому

      Ye check your typing

  • @lejacobofficial
    @lejacobofficial Рік тому

    Thanks, also one question for this project, does this has more functionality than responding? I am curious if i can make something else of it, btw tysm.

  • @achilles8940
    @achilles8940 Рік тому +3

    Whenever I try and add the 'import discord' thing it says there's an error and that there isn't a module named discord. I ran the 'pip install discord' command just fine though. Any ideas as to why this could be happening?

    • @whisnor
      @whisnor Рік тому

      close and re open the project

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

      Check "inherit global site-packages" when creating the project.

    • @Biggl
      @Biggl Рік тому

      i struggled with this but then I highlighted the import discord and somehow some "install" option came up, after that it worked

    • @sprinter5901
      @sprinter5901 Рік тому

      if any of it doesnt work then do that pip install in command prompt of windows

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

    How do i get the venv folder? If its supposed to be there from a new project i didnt get it

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

    when I try to install discord it says "'pip' is not recognized as an internal or external command,
    operable program or batch file." any idea why?

    • @0MEGA_
      @0MEGA_ Рік тому

      reinstall python, and while reinstalling python check mark the box which says "install pip" and also check mark box that says "add to path variable"

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

    My bot is running but won't respond to messages D:

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

    yeah thank you so much man

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

    It works perfectly, but whenever i send a text message it only displays on the terminal and the bot does not respond at all in Discord itself. How do I fix this one?

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

    can anyone please help? i've double checked every line of code and yet,
    Traceback (most recent call last):
    File "C:\Users\user\PycharmProjects\pythonProject\main.py", line 4, in
    bot.run_discord_bot()
    AttributeError: module 'bot' has no attribute 'run_discord_bot'
    why can't i import the bot the same way i could import the responses?

    • @beta7436
      @beta7436 Рік тому

      Hey I have the same problem, did you find a way of fixing it?

    • @Russos3
      @Russos3 Рік тому

      @@beta7436 you are importing the "bot" file that you created, make sure that the name is the exact same as the name of your file.

    • @thesheriff5019
      @thesheriff5019 Рік тому

      Having same issue with no luck fixing

  • @8artvs
    @8artvs 2 роки тому

    Yo Awesome TY!

  • @kachi4766
    @kachi4766 2 роки тому +2

    what if it says
    C:\Users\Katsina\PycharmProjects\pythonProject\venv\Scripts\python.exe C:\Users\Katsina\PycharmProjects\kukibot2\main.py
    Traceback (most recent call last):
    File "C:\Users\Katsina\PycharmProjects\kukibot2\main.py", line 1, in
    import bot
    File "C:\Users\Katsina\PycharmProjects\kukibot2\bot.py", line 1, in
    import discord
    ModuleNotFoundError: No module named 'discord'
    Process finished with exit code 1
    what should i do?

    • @doktorhosenlos5490
      @doktorhosenlos5490 2 роки тому

      check if your filenames are named exactely like in the video. Otherwise check, if you have downloaded the discord import statement with "pip install discord".

    • @dyl3167
      @dyl3167 Рік тому

      The solution for mine was in the discord developer portal, checking the intent boxes in the bot catergory

  • @snowy2747
    @snowy2747 Рік тому

    It keeps telling me: cannot access local variable 'response' where it is not associated with a value.
    I’ve rewritten the code and it STILL keeps giving me this message?

  • @mitri4939
    @mitri4939 Рік тому

    Could you point to some resources where I can learn more about how all these functions work so I can make some more advanced stuff. I have some experience in programming but I can't find good info on this stuff.

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

    Broo plz somebody help i did everything correct but I can't make the bot go online plzz help bro there isn't any error idk what is wrong
    When I run the main function it shows
    Syntax error: invalid syntax.

    • @Lc9real
      @Lc9real Рік тому

      Syntax error is when you wrote something weong in the code there should stand in wich line the error is

  • @bigoz-fybb
    @bigoz-fybb 2 роки тому +1

    How do I manually set the difference between whether or not a message is meant to be private?

  • @aali-in6lc
    @aali-in6lc Рік тому

    SOLUTIONS FOR THOSE GO GET PROCESS FINISHED WITH EXIT CODE 0
    my indeentations were wrong, Make sure your indentations are right
    indentations are basically spaces at the beginning of a line
    for eg:
    def handle_response():
    the space before def handle_response(): is called indentation

  • @haidaralshaar2547
    @haidaralshaar2547 Рік тому

    thanks a lot
    now i want to add my own commands, where and how ?

  • @shirazchaudhry6573
    @shirazchaudhry6573 2 роки тому

    Hi, your content is great and i have learned alot from it. Thanks for sharing.
    Can you also make an video for chat bot for vicidial (asterisk)

  • @DivaStyle0716
    @DivaStyle0716 Рік тому

    Is this beginner friendly? I’m very new to Python but I have to submit a project in a few weeks for a course I’m taking

  • @cricketbatman
    @cricketbatman 2 роки тому +1

    Great tutorial. Maybe you could do a video on keeping your bot online? Even hosting it on a cloud VM, mine seems to disconnect after a few hours

    • @niterleski
      @niterleski 2 роки тому +1

      But put the Token into a .env file, hope that helps!

    • @cricketbatman
      @cricketbatman 2 роки тому +1

      @@niterleski I did some research and problem is (as always ) my code :D

    • @xkilluax_elo9842
      @xkilluax_elo9842 Рік тому

      @@niterleski wdym by that? i have the same problem

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

      run the code on virtual machine and but nohup infront of the running command that should work

  • @AnxiousAbstractifier
    @AnxiousAbstractifier Рік тому

    also man im not sure if you have videos on how to dow things on commands but if you dont please make some. That would be really nice

  • @tonnaa7140
    @tonnaa7140 2 роки тому

    Good video thanks

  • @multitude628
    @multitude628 Рік тому

    the ` character is the key under Esc & above Tab aka ~ key
    hope that helps

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

    Gracias! Hablo Espanol.

  • @Scepsis_
    @Scepsis_ Рік тому

    My Run tab seems to say I have "ModuleNotFoundError" for import bot and import responses.. is there a fix to that? This is my first bot

  • @mattlo1664
    @mattlo1664 Рік тому

    Hey awesome tutorial, quick question, how can I make the bot return multi line statements? Because I would like it to print many things in the discord channel at once (I plan on printing all of the coordinates on a 2d array) but I dont know how because at the moment it only returns 1 string statement.

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

      Don't forget about "
      " which is a line break character

  • @MoonDrive_
    @MoonDrive_ 2 роки тому

    I was wondering, how would I make it so that bot does a new line in the same command for things such as bullet points? i can't figure out how to di it.

  • @Yzymo
    @Yzymo Рік тому

    Huge life saver

  • @cameronord7750
    @cameronord7750 Рік тому

    This is great, but are there also ways to use the discord api to connect to voice?

  • @_Moonlight_22
    @_Moonlight_22 Рік тому

    You can also use Bot command its much eazier or/and make in class

  • @Alexander-mg4pr
    @Alexander-mg4pr Рік тому

    Hey! Great video! Is it possible to send a message to a bot that isnt mine which has joined my personal channel?

  • @uferis
    @uferis Рік тому

    mine won't respond to my messages, i double checked like 10 times and stuff, at last i even gave it admin so i dont have to play around with permissions but whatever i do, it won't respond..

  • @darrenweeks5425
    @darrenweeks5425 2 роки тому +3

    line 17, in run_discord_bot
    intents.message_content = True
    AttributeError: 'Intents' object has no attribute 'message_content'

    • @tonnaa7140
      @tonnaa7140 2 роки тому +9

      You need to change:
      intents = discord.Intents.default()
      intents.message_content = True
      To:
      intents = discord.Intents.default()
      intents.messages = True

    • @dominickwest7558
      @dominickwest7558 Рік тому

      @@tonnaa7140Thank you so much!!!

    • @firebolt3626
      @firebolt3626 Рік тому

      @@tonnaa7140 thanks a lot bruhh

    • @CubeOrSomething
      @CubeOrSomething Рік тому

      @@tonnaa7140 thanks a lot!!

    • @ilaydeu
      @ilaydeu Рік тому

      @@tonnaa7140 the messege equal string null what do to?

  • @JordanTheDemiboy
    @JordanTheDemiboy 2 роки тому

    I added the roll command but when I say the thing I put down for it, the bot ignores and just returns the "Type !help for really good help." How do I fix this?

  • @Gauravkumar-pk1ws
    @Gauravkumar-pk1ws Рік тому

    thanks❣

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

    My bot is online but cannot do ANY commands

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

    hiya! for running the bot, atm i have an error 'AttributeError: module 'bot' has no attribute 'run_discord_bot' I followed your steps to a T and for some reason this is the only part I have an issue with. halp. tyia!

    • @sire700
      @sire700 Рік тому

      me too! i havent found a fix yet though.

  • @official_steam
    @official_steam 2 роки тому +1

    How did you do that arrow...