Make a Discord Bot with Python | Latest Discord Py Version

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

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

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

    i have to say that after 6 hours of swearing, searching up everything i can on the internet, restarting my computer; PyCharm, IDLE, re-downloading everything, changing PATH, crying internally, eventually taking a break to comfort feed myself and trying AGAIN doing NOTHING DIFFIRENTLY, i finally managed to get the damn thing to go online.
    i now see a) all those memes are true and b) why companies provide you with gym memberships.
    goddamnit.
    thank you so much for this tutorial. i’m only starting out on my programming journey and it’s already proving to require much more patience than dealing with karens. i might start missing the karens at some point i s2g.

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

      lmfaoooo ikr

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

      i cant get dis code to work

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

      Connor damn man i feel for you fr😂 good luck!!

    • @mytopfive5071
      @mytopfive5071 4 ปีที่แล้ว

      I've only done the first 3 lines and it won't go online

    • @mytopfive5071
      @mytopfive5071 4 ปีที่แล้ว

      I tried to import discord but it didn't work with the terminal either so it created a package when I hovered over it and clicked on what it said to do

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

    Just for clarification. It, in fact, works for 3.8, if you're on Windows!

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

      TotemThePole ok, great! Thank you for verifying!

    • @alexanders2654
      @alexanders2654 4 ปีที่แล้ว

      How did you get it to work. Mine is not working and I'm getting a "Cannot connect to host discordapp.com:443 SSL:"

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

      @@alexanders2654
      Sectigo (cert vendor) provides a download link of cert manually:
      crt.sh/?id=2835394

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

      Thank you man. I was looking for this comment

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

      @@joxa4904 omaigoodd thank you very much!!!!

  • @mamun-developer
    @mamun-developer 4 ปีที่แล้ว +9

    Thanks for helping out us (beginners). I was searching for this kind of video which will help me to get started with discord. I do the automation tasks, and I am only able to run on them on my computer. Now you became my teacher to show a path to send my bots into the web.
    Thanks for your valuable time to make this video.

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

    she :
    hello
    tutorial bot:
    hello
    Me :
    Hey
    My Bot:
    ......

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

    3:26 a simpler way to invite your bot will be to go in you application then go on thing that says oauth2, then go on scroll down till you see scopes, then press bot in the scopes section, then give your bot the permissions it needs, the copy the invite url.

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

    Worked best video ever on how to make a discord bot. Literally took me HOURS to find a good place to start. Thank you for the epic content!!!

  • @vincentrps
    @vincentrps 3 ปีที่แล้ว

    The Way You Made The Bot Invite Makes Me Super Man Theres A Feature For That!!

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

    5:53 you can also type "pip3 install discord.py"

    • @Dream.Of.Dragons
      @Dream.Of.Dragons 4 ปีที่แล้ว

      This saved me; thank you :)

    • @waterspray5743
      @waterspray5743 4 ปีที่แล้ว

      You are a lifesaver

    • @ff7dev
      @ff7dev 4 ปีที่แล้ว

      nice dude!!!!

    • @maclaren2099
      @maclaren2099 4 ปีที่แล้ว

      bro it's trynna make me install gas or something and it keeps failing rip

    • @mediturk9652
      @mediturk9652 4 ปีที่แล้ว

      you are a god

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

    This is a great tutorial for beginner programmers and discord.py. In this comment I'll explain some things that could be optimized, Instead of doing if str(message.author) == "some name#0001" you could do if message.author == message.author same with where she put "hello" + str(message.author) + "!" instead of that you could use formatted strings: f"Hello {message.author}!" all around a good tutorial in my opinion.
    Also I highly suggest coming from discord.js putting all sensitive information in another file like a json file or .env file so you don't have your token as a string in your code. It's very unsecure incase you are screensharing in Discord or sharing your project on GitHub. Happy coding!

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

    Works fine as well with Python 3.8 on Mac, great tutorial!

    • @aaronrennyvargheseOriginal
      @aaronrennyvargheseOriginal 4 ปีที่แล้ว

      Nice! I use Linux for daily usage and programming, it works great.

    • @alex.mry123
      @alex.mry123 4 ปีที่แล้ว

      thanks, this actually helped a lot

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

    OMG I WAS TRYING TO FIGURE THIS OUT FOR LIKE 5 HOURS WTF THANK YOU

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

    This was the most helpful video I found for making a bot. Thank youuuu

  • @Momo-sl6yu
    @Momo-sl6yu 4 ปีที่แล้ว +2

    i got ur 500th like!!!

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

    You should def continue this i love your stuff tysm!

  • @gunawan_adhiwirya
    @gunawan_adhiwirya 3 ปีที่แล้ว

    Just subscribed! I learn much from you. Thank you

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

    7:21, my one doesn't recognize "touch"

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

      Same

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

      same, any solution?

    • @Poopshitpenis
      @Poopshitpenis 4 ปีที่แล้ว

      @@BriskPlayz What os are you using?

    • @ash-lo2dc
      @ash-lo2dc 4 ปีที่แล้ว +1

      it dosent work on windows you have to create a file in your ide

    • @adriancatalin8046
      @adriancatalin8046 4 ปีที่แล้ว

      Same how do i fix

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

    How do you install certificates on windows computer

    • @travisftw911
      @travisftw911 4 ปีที่แล้ว

      Same

    • @adarshmohapatra5058
      @adarshmohapatra5058 4 ปีที่แล้ว

      If you are on Windows, go to slproweb.com/products/Win32OpenSSL.html

      Go down to the "Download Win32/Win64 OpenSSL" section
      Click on Win64 OpenSSL v1.1.1h Light ( 3MB installer not 63MB installer) (EXE version not MSI version)
      Follow the steps properly (mostly just keep saying yes and going along with what is recommended) and SSL certificate will be installed for you. Note: When it asks for donations unselect any donation options if you don't want to pay money.
      Try the command: py -3 -m pip install -U discord.py[voice]
      and it should work this time for you.
      Source:
      URL: stackoverflow.com/questions/41328451/ssl-module-in-python-is-not-available-when-installing-package-with-pip3/54932141#54932141?newreg=cba9d9b66f6a4252a11a8c4e518d36d5
      Credits go to user juengi

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

    C:\Users\vande\PycharmProjects\Discord Bot\venv\Scripts\python.exe: can't find '__main__' module in "D:/video's/Bots" this is what my error is please help

  • @wungtonsthrowaway6549
    @wungtonsthrowaway6549 4 ปีที่แล้ว

    tysm! first tutorial without somehow messing it up :)

  • @ash-lo2dc
    @ash-lo2dc 4 ปีที่แล้ว +1

    so this also works for 3.8 for mac users
    if your getting a ssl error go into the applications folder click on 3.8 then click on install the certificate once you click it it will prompt a terminal window installing it after that if your getting any issues check if the interpeter is on 3.8 if not change it and thats how you can get the bot up and running :D

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

    THANK YOU SO MUCH I INSTANTLY SUBSCRIBED (no jokes seriously thanks ;))))))))))))))))))) )

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

    Hello! I am going to address some common errors that I am seeing in the comments. Hope this helps!
    1. 'touch' command not working
    To make the python file on Windows use the command: notepad filename.py
    2. SSL Certificate failed
    Mac: To fix this, go to Applications/Python 3.6/ and open the file called 'Install Certificates.command'
    Windows: This thread shows how to fix this problem github.com/Rapptz/discord.py/issues/4159#issuecomment-636386921

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

      I'm on Windows and this second error occurs

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

      8:40 I cant change it off of Python 3.8

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

      SSL Certificate failed, is happening to me too, idk how to fix it, I'm in Windows 10 and using Python 3.8, pls help

    • @RoboticNation
      @RoboticNation  4 ปีที่แล้ว

      @@ramadhanisaputra9953 I found this thread showing how to fix the SSL certificate problem on windows. I hope this helps! github.com/Rapptz/discord.py/issues/4159#issuecomment-636386921

    • @MyMMTop10Music
      @MyMMTop10Music 4 ปีที่แล้ว

      What do u mean use the command do i put that in the Cmd or

  • @Pratixx
    @Pratixx 4 ปีที่แล้ว

    half way through the video and everything has worked so far. this tutorial is great so far ^_^

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

    Thanks! I learned a new variable from you 'lower()' thought it might be basic i'm still a beginner XD,

  • @canelonism
    @canelonism 4 ปีที่แล้ว

    thank you! really precise info to get the bot going

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

    10:11 i can't import discord it says "unused import statement 'import discord' "

    • @lukem6241
      @lukem6241 4 ปีที่แล้ว

      same problem

    • @aerielleb6901
      @aerielleb6901 4 ปีที่แล้ว

      @@lukem6241 same

    • @lukem6241
      @lukem6241 4 ปีที่แล้ว

      @@aerielleb6901 I've tried everything im on windows 8 and using python 3.8 the only thing left is to try python 3.6 and maybe that will work.

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

      Luke M i worked it out. i tried reinstalling everything (python, pip etc.) and eventually got it working. pretty sure it’s something wrong with the installation.

    • @lukem6241
      @lukem6241 4 ปีที่แล้ว

      @@aerielleb6901 what version of python are you using?

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

    11:28 at this moment i was so happy none of my bots came online but this time it came tysm🙏

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

    Please make more Alexa, they are very informative. Keep up the good work!

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

    7:30 I am on Windows and this doesnt work on cmd and i have no idea how to do it without it

    • @pi-or-die
      @pi-or-die 4 ปีที่แล้ว

      To create a new file, you can use the GUI to create the python file in that directory. Alternatively, in CMD, you can do:
      echo > test-bot.py

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

    when i run the bot to see if there a problem i had a problem that says can't find '__main__' module in

    • @grpanth1890
      @grpanth1890 4 ปีที่แล้ว

      same, did you find any solutions?

    • @boocedupp
      @boocedupp 4 ปีที่แล้ว

      Just make the working directory either your code or the script file

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

    I cant install discord.py[voice], but I already have discord.py installed.
    The voice thing shows some error

    • @RoboticNation
      @RoboticNation  4 ปีที่แล้ว

      If you don't need your bot to do anything with Voice Channels, then you should be fine using the discord.py library you already have installed. If you want voice functions for your bot, then copy and paste the error in a reply so I can help you :)

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

      @@RoboticNation Oh, ok! Thank you very much. I tried the discord.py library on my mac, but it didn't work.I wasn't able to download 3.6 on it. I am using my older windows to do this. Thank you for the help and quick reply!

    • @adrianrusli2591
      @adrianrusli2591 4 ปีที่แล้ว

      Try running prompt as administrator. This fixed my issue with discord.py[voice]

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

    I have a question, how can I go about setting up a new bot to simply put a desired message in one of my channels, and have it say whatever I want, including emojis?

    • @RoboticNation
      @RoboticNation  4 ปีที่แล้ว

      It depends on how you want the bot to do this. If you want a message to be sent when the bot starts up (goes online), you can use the on_ready() function. If you are looking to have your bot send messages based on what you type, then it will be a bit more complicated, but I can show you. I'm a bit confused on what you exactly want to do, so if you give me more information I'll be happy to help you!

    • @yessircollie
      @yessircollie 4 ปีที่แล้ว

      @@RoboticNation do you have discord?

    • @RoboticNation
      @RoboticNation  4 ปีที่แล้ว

      ImCollinator I do not have a discord for this channel but I do have a personal discord

    • @yessircollie
      @yessircollie 4 ปีที่แล้ว

      @@RoboticNation get back to me- Cazix#1962

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

      To make it say what you want, you could use (ctx, *, args) which will repeat what you said

  • @farlandu_wmv
    @farlandu_wmv 3 ปีที่แล้ว

    i tried to install python.py via command prompt but it just says "ERROR: Could not install packages due to an OSError: [WinError 2] The system cannot find the file specified: 'C:\\Python39\\Scripts\\chardetect.exe' -> 'C:\\Python39\\Scripts\\chardetect.exe.deleteme'" what does this mean and what should i do?

  • @redstonerosh12
    @redstonerosh12 4 ปีที่แล้ว

    SUPER HELPFUL THIS HELPED ME

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

    HELP THE TOUCH COMMAND FOR ME ISNT WORKING 7:17 im using windows 10

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

      @@josephchoo6760 I already got it thanks and now I made a mass ping bot for nuking servers

  • @littlelizard351
    @littlelizard351 4 ปีที่แล้ว

    Yay I get to make my own bot now my bot will play music and all that cool stuff

  • @theman83744
    @theman83744 3 ปีที่แล้ว

    super helpful, you're awesome

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

    i got an error 'touch' is not recognized as an internal or external command,
    operable program or batch file.

    • @PlufferPalen
      @PlufferPalen 4 ปีที่แล้ว

      same

    • @prince2347x
      @prince2347x 4 ปีที่แล้ว

      Same here 😢😢

    • @prince2347x
      @prince2347x 4 ปีที่แล้ว

      Check the comments.....another guy is having this problem he got a solution from the creator of the video. I find it

  • @dennisbatista801
    @dennisbatista801 4 ปีที่แล้ว

    This video really helped me, thanks

  • @melo7572
    @melo7572 4 ปีที่แล้ว

    4 minutes in... thank you SO much for making such an easy-to-follow tutorial! :) this is so damn helpful right now

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

    9:51 i did install it locally but when i run it it says "No module named 'discord'" im on windows and using python 3.8 if anyone could help please do it would really mean so much.

    • @whospluto6521
      @whospluto6521 4 ปีที่แล้ว

      she says you are supposed to used python 3.6 if that helps

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

      I'm on python 3.8 and it works fine for me. I downloaded it by typing "pip install discord" or use "pip install discord.py" or "pip install discord_py" they all give you it

  • @Weny001
    @Weny001 4 ปีที่แล้ว

    nice vid man! keep it up

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

    I installed discord.py to pycharm but it said that "could not build wheels for multidict which use PEP 517 and cannot be installed directly" pls help

    • @tasdidtahsin
      @tasdidtahsin 4 ปีที่แล้ว

      try `pip install discord.py` in your CMD

    • @alanjohn2675
      @alanjohn2675 4 ปีที่แล้ว

      Install visual c++

    • @alanjohn2675
      @alanjohn2675 4 ปีที่แล้ว

      Also install the build tools it is a big ass file tho

  • @bobeebo1
    @bobeebo1 2 ปีที่แล้ว

    6:42 the pycharm install widget has 441MB
    HALF A GIGABYTE?

  • @DEFBONEZZ
    @DEFBONEZZ 4 ปีที่แล้ว

    Imma keep it 100 with you that shit helped a lot

  • @theblanktheorist282
    @theblanktheorist282 4 ปีที่แล้ว

    at 11:20 , I get an error message saying:
    Traceback (most recent call last):
    File "C:/Users/Client/Desktop/DiscordBot/DiscordCalender.py", line 3, in
    client = discord.client()
    TypeError: 'module' object is not callable

    • @showdown76
      @showdown76 4 ปีที่แล้ว

      it's not client it's Client

  • @lukasa.1141
    @lukasa.1141 4 ปีที่แล้ว +4

    @Robotic Nation I can't install Python 3.6 on my mac! can i use python 3.8 ?

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

      Hey, you might need to check if there's any other versions of 3.6, just make sure there is 3.6 included in the version

    • @AnxiousFrenchFries
      @AnxiousFrenchFries 4 ปีที่แล้ว

      5 months late but try 3.7 instead

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

    Why i cant download python 3.6.10?

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

    when i go to 3.6.10 download it just brings another page up doesnt download help

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

    I'm trying to make a bot which also functions as a web crawler script, do you reckon that'll work? My bot needs to read a webpage every so often and send updates if there's a change in the webpage. Should I make a separate script which opens the Bot script when it recognises the change, or can I combine the two?

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

    Hey alexa you should add music in the background. makes the video more enjoyable.

  • @in-human1698
    @in-human1698 4 ปีที่แล้ว

    Thanks for the video sis

  • @19hz51
    @19hz51 4 ปีที่แล้ว +1

    I need help when I do touch then my bot name it shows up as touch isnt a command

    • @dejanok5511
      @dejanok5511 4 ปีที่แล้ว

      on windows use type null > bot.py

    • @almostxjp
      @almostxjp 4 ปีที่แล้ว

      @@dejanok5511 that doesnt work either

    • @dejanok5511
      @dejanok5511 4 ปีที่แล้ว

      @@almostxjp search on stackoverflow

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

    I downloaded 3.8.2 on windows 10. How can I open python so that its a python app not cmd prompt?

    • @aaravkhatri1303
      @aaravkhatri1303 4 ปีที่แล้ว

      You have to search for "IDLE" in the start menu. The "Python" program itself doesnt do anything.

  • @justinmaddux4336
    @justinmaddux4336 4 ปีที่แล้ว

    Finally got the bot to accept all case-versions of "hello". But when prompted with "Hello", the bot duplicates the response message and sends the greeting twice. Any ideas?

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

    please help, i've followed all the steps but when i try to run it it says "AttributeError: module 'discord' has no attribute 'Client'"

    • @unnamed9275
      @unnamed9275 4 ปีที่แล้ว

      Use repl.it , it works

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

    8:34 python 3.6 isnt showing up

    • @bina2385
      @bina2385 4 ปีที่แล้ว

      same issue

    • @ash-lo2dc
      @ash-lo2dc 4 ปีที่แล้ว +1

      DreeGen 7248 same issue try visual studio code

    • @arsenelupin9921
      @arsenelupin9921 4 ปีที่แล้ว

      ash Did it work on VSC for you?

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

      1. That's just for Mac0s/Linux
      2. You might not have downloaded 3.6 Python

    • @TheRojaki
      @TheRojaki 4 ปีที่แล้ว

      create a new porject and browse to the right python 3.6 directory

  • @summergaming6260
    @summergaming6260 4 ปีที่แล้ว

    for the "touch {botname}.py it says "'touch' is not recognized as an internal or external command,
    operable program or batch file." im on windows, what do i do?

    • @summergaming6260
      @summergaming6260 4 ปีที่แล้ว

      @Rebecca Hester if you find out just let me know, i will also. i've been looking at it for a few days now

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

    File "", line 1
    python3 -m pip install -U discord.py[voice]
    ^
    SyntaxError: invalid syntax

    • @jamingchannel3021
      @jamingchannel3021 4 ปีที่แล้ว

      make sure your using the right code for your OS, if your on windows its `py -3 -m pip install -U discord.py[voice]
      `

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

    Hey, Can You Make A Tutorial on Sending GIFs For Example: (blk is the Prefix) and Someone Types blk dance and then You Need to Search for A Dance GIF! It Would Be Pretty Cool Honestly! Thanks!

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

    Nice and clear, keep it up.

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

    The hello message don't work
    import discord
    client = discord.Client()
    @client.event
    async def on_messsage(message):
    message.content.lower()
    if message.author == client.user:
    return
    if message.content.startswith("hello"):
    await message.channel.send("Salut la mif")
    client.run ('token')

  •  3 ปีที่แล้ว

    Can the reason why the code on 15:48 doesn't work be you try to run another line after awaited line? I'm so new to threads

  • @youtubecopyrightstrikespee8835
    @youtubecopyrightstrikespee8835 4 ปีที่แล้ว

    the code for windows at 5:46 isn't working for me, i typed it in as
    py -3 -m pip install -U discord.py
    what's wrong with it?

  • @banekettu
    @banekettu 4 ปีที่แล้ว

    my version of PyCharm doesn't have the complete top toolbar. Its doesn't have the run button.

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

    Don't mind this comment, the time is just a reference for later. 6:49

  • @fabe4996
    @fabe4996 4 ปีที่แล้ว

    I did everything the same but the bot wouldn't be online. It doesn't say that i have any problems other than 2 typo's in the part where i paste the token from the bot (it isn't the ' ' or () just the random letters). For reference i am on Python 3.8 and Windows.

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

    ImportError: cannot import name 'Deque'
    when i try to download it, "no version satisfies..."

    • @yaaqez
      @yaaqez 4 ปีที่แล้ว

      Same Problem

  • @Penguins459
    @Penguins459 3 ปีที่แล้ว

    the part close to 7:22 when she is doing that I keep having trouble and im on a windows can anyone help me

  • @andrijamaslov7593
    @andrijamaslov7593 4 ปีที่แล้ว

    'touch' is not recognized as an internal or external command,
    operable program or batch file.?

  • @guffy2017
    @guffy2017 4 ปีที่แล้ว

    'touch' is not recognized as an internal or external command,
    operable program or batch file.

  • @ironforge8896
    @ironforge8896 4 ปีที่แล้ว

    hello i was wondering how you could get the bot to search for particular words in a message nomatter where they are. i have looked on the doc but i cant find anything like it

  • @gauravvaswani2994
    @gauravvaswani2994 3 ปีที่แล้ว

    WORKS FOR ME !!

  • @mantasl6776
    @mantasl6776 4 ปีที่แล้ว

    touch test-bot.py doesnt work for me idk why it says touch : The term 'touch' is not recognized
    as the name of a cmdlet, function, script f
    ile, or operable program. Check the spellin
    g of the name, or if a path was included, v
    erify that the path is correct and try agai
    n.
    At line:1 char:1
    + touch test-bot.py
    + ~~~~~
    + CategoryInfo : ObjectNotFou
    nd: (touch:String) [], CommandNotFound
    Exception
    + FullyQualifiedErrorId : CommandNotFo
    undException

  • @paritoshgatkal4805
    @paritoshgatkal4805 4 ปีที่แล้ว

    i typed the code on the terminal and this is what it displayed> "zsh: no matches found: discord.py[voice]" PLEASE HELP

  • @Ant_marc
    @Ant_marc 4 ปีที่แล้ว

    line 3, in
    client = discord.Client()
    AttributeError: module 'discord' has no attribute 'Client'

  • @roboticnationfanroboticnat1232
    @roboticnationfanroboticnat1232 4 ปีที่แล้ว

    robotic nation best youtuber fight me

  • @Wheezy05
    @Wheezy05 4 ปีที่แล้ว

    Hi, So currently i'm on zsh on terminal, and try to get running the command- "python3 -m pip install -U discord.py[voice]", but it respond with-
    zsh: no matches found: discord.py[voice]
    Anyone know why?

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

    My pycharm is still in 3.9 after downloading 3.8

  • @videoshowman7135
    @videoshowman7135 4 ปีที่แล้ว

    I got an error with the message.content.startswith("hello") but i worked around it by using if("hello" in message.content)

  • @xm_cookie8021
    @xm_cookie8021 3 ปีที่แล้ว

    This is explained well but when i do the touch command it says its not recognized even though I have python and discord py installed

  • @gobindapaul8506
    @gobindapaul8506 2 ปีที่แล้ว

    Miss my discord bot not working. I followed exactly same what you did in the video

  • @yyksa9774
    @yyksa9774 4 ปีที่แล้ว

    more, more and more please!
    good tutorial, u made me into it!

  • @elljstval
    @elljstval 4 ปีที่แล้ว

    anyone stuck on finding terminal on windows: Terminal is called "command prompt" type in cmd to find it

  • @gauravnegi4312
    @gauravnegi4312 4 ปีที่แล้ว

    For all those user who don't want to or know which ide to use and install discord.py
    Use repl.it website. It will provide everything you need and you just need to write the code. As it is open source your code will be available and so your token so watch some youtube tutorials regarding that.

  • @sublimategames5558
    @sublimategames5558 4 ปีที่แล้ว

    my python version is 3.8. in terminal it is showing "zsh: no matches found: discord.py[voice]" and this msg" You are using pip version 19.2.3, however version 20.2.3 is available.
    You should consider upgrading via the 'pip install --upgrade pip' command." nedd help ASAP

  • @petsandmyths
    @petsandmyths 4 ปีที่แล้ว

    Hey uh when I go to python to download 3.6 it just takes me to the notes and doesnt download it I don't know what to do :(

  • @PhenQuest
    @PhenQuest 4 ปีที่แล้ว

    Robotic Nation Why when I try to add the bot to my server, they said that code grant is required. What does it mean? Please help me.

  • @fopimone613
    @fopimone613 4 ปีที่แล้ว

    nice video :)

  • @trixqr7799
    @trixqr7799 4 ปีที่แล้ว

    im on the part to upgrade the ceriftaction or something and im on windows 7 were do i go to find the thing

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

    when does she get on with the windows tutorial

  • @sebmrt2292
    @sebmrt2292 3 ปีที่แล้ว

    Im on Windows but when i type "touch *name of the folder* .py it says 'touch' is not recognized as an internal or external command, operable program or batch file. Help. Edit: Nevermind i found it T_T.

  • @RunAw_
    @RunAw_ 4 ปีที่แล้ว

    very usefull tutorial

  • @DEAD_INSIDE_
    @DEAD_INSIDE_ 4 ปีที่แล้ว

    i don't know how you did fix the issue with the import at 9:45

  • @celinap5837
    @celinap5837 3 ปีที่แล้ว

    hi i have a question. i did everything jut like in the video but somehow my bot wont say its online. can someone help me pls

  • @Finn-ev4br
    @Finn-ev4br 4 ปีที่แล้ว

    if message.content.startswith("hello"):
    AttributeError: 'Message' object has no attribute 'conten' help !!

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

    Traceback (most recent call last):
    File "D:\lib
    unpy.py", line 193, in _run_module_as_main
    return _run_code(code, main_globals, None,
    File "D:\lib
    unpy.py", line 86, in _run_code
    exec(code, run_globals)
    File "C:/Users/sofro/OneDrive/Desktop/HellenicBot\__main__.py", line 6, in
    from . import _test as main
    ImportError: attempted relative import with no known parent package
    Process finished with exit code 1

  • @Cedistic
    @Cedistic 4 ปีที่แล้ว

    I have installed everything but on VSC it still gives me the error "No module named discord" Please help

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

      Cedistic try to run the command inside the main folder your are in. I made this mistake but when I ran the command in the project folder it recognized the library

  • @vintcxqe
    @vintcxqe 2 ปีที่แล้ว

    Hello! I just wanna ask why my bot is not responding tho i followed every single steps you did in this tutorial.

    • @vintcxqe
      @vintcxqe 2 ปีที่แล้ว

      My bot has also perms in the channel btw

  • @jex7969
    @jex7969 4 ปีที่แล้ว

    Am I being really stupid? Please help ASAP!
    if message.content.startswith("test"):
    IndentationError: unindent does not match any other indentation level