Ajay Gandecha perfect quality videos. I have a question. What type of webcam do you use and what is the reference recording software ? I have been looking at webcams and camlink combined with a mirrorless camera
Hello there ! For those who don't have "Copy ID" when you're trying to copy the ID of your channel, you have to go : Settings>Appearance>Developer Mode>On See ya!
pip3 : The term 'pip3' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + pip3 install discord + ~~~~ + CategoryInfo : ObjectNotFound: (pip3:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException Help PLS??
You do an excellent job describing things clearly. I've literally never programmed anything in my life (just started learning Python) and you made this quite easy. Liked, subscribed, and looking forward to more!
when i type "pip3 install discord" it says this: 'pip3' is not recognized as an internal or external command, operable program or batch file. im on windows
Wasn't working for me either. If you go to the PyPI website it says to use "py -3 -m pip install -U discord.py" (which is what worked for me) or "py -3 -m pip install -U discord.py[voice]" if you want voice support.
@@bordenaja terminal is like the cmd version of Mac , you should be able to find it in applications/utilities folder , and you should put a command to install it
why i get this error, Exception has occurred: TypeError __new__() got an unexpected keyword argument 'deny_new' or ModuleNotFoundError: No module named 'discord'
when i do the command prompt/terminal, it says ' 'pip3' is not recognized as an internal or external command, operable program or batch file.' What do I do? Help!
@@jadelily18 screw python 3.9, u need the downgrade python 3.8.6 to solve the problem. Or u can do this: Trying to install discord.py on Python 3.9.0 in Windows, and getting a massive error dump from pip? Two (three if using voice) of discord.py's dependencies do not yet have prebuilt wheels for Python 3.9.0 and must be compiled from source. You have three choices. 1) Install the Microsoft Visual C++ standalone compilers (wiki.python.org/moin/WindowsCompilers), and try to install discord.py without voice (PyNaCl still has issues on windows). 1a) Alternatively, you can Install these two wheels (yarl, multidict) precompiled from www.lfd.uci.edu/~gohlke/pythonlibs/. Note that PyNaCl is not supplied here. 2) Downgrade to Python 3.8.6 which does have prebuilt wheels for all of discord.py's dependencies.
You are actually amazing guy keep it up !!! I am trying to build bot and I am searching for commands in database for long period of time thru like few hundreds even if I choose right section, thank you for this. You basically showed me thing that I was searching for like 30 mins. can't wait for watching next part !
@@abhayshetty5231 # Import Discord Package import discord # Client client = discord.Client() # DO STUFF... # Run The Client On The Server client.run('token')
For people, who don't have option "copy ID" from discord channels (unfortunattely I didn't saw this instruction in this video): You need to go to Settings/Apperance and turn on Developer Mode
theres an error where it says "await main_chat.send('Hello kids do you cookies or your adoption paper') AttributeError: 'NoneType' object has no attribute 'send'"
Especially in programming, it's essential to give the specific problem you're experiencing instead of saying "it doesn't work". You'll get a lot more replies and answers.
it is a nice tutorial but in the terminal after typing pip3 install discord and it says this " pip3 : The term 'pip3' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + pip3 intall discord + ~~~~ + CategoryInfo : ObjectNotFound: (pip3:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException" what should I do?? pls help me
when i type pip3 install discord in command prompt it says that pip3 is not recognised as an internal or external command, operable program or batch file
please help me with the multidict error PLEASE ERROR: Could not build wheels for multidict, yarl which use PEP 517 and cannot be installed directly PLEASE PLEASE
bro, when i type 'pip3 install discord' its 'pip3' is not recognized as an internal or external command, operable program or batch file. you know it bro? what's the problem
I can't seem to get my bot online, after saving and hitting play I am getting this message: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate Any help would be appreciated and really great tutorial, thanks!
Hey Ajay! I had a quick and hopefully simple question to ask. I had already started coding a bot through Visual Studio Code, however, since this was before I found your channel, the file is .js instead of .py (since I hadn't used Python). Will majority of the coding you implement (such as images, embeds, dm message) through your other videos work with my .js file/coding, or is there a way to change my file to a python file?
ok so everything was going well until i needed to maek the bot online right i did all the steps perfectly i paste the token then my bot still donest appear online please help.
Honestly, thanks a lot. I have been really into coding and yt lately, and this just extended it. You did great on the tutorial :D! How does the name BroBot sound? Edit: When I run the bot it doesn’t even go online. Why? It said it had that the module discord has no attribute client. Please help...
@Ajay Gandecha I love the video it is an easy to follow tutorial and my code is all the same as yours but when i run it an error pops up saying this PS C:\Users\trout\OneDrive\Documents\DiscordBots> & C:/Python/Python38/python.exe c:/Users/trout/OneDrive/Documents/DiscordBots/my_bot.py Traceback (most recent call last): File "c:/Users/trout/OneDrive/Documents/DiscordBots/my_bot.py", line 2, in import discord File "C:\Python\Python38\discord.py", line 5, in client = discord.Client() AttributeError: partially initialized module 'discord' has no attribute 'Client' (most likely due to a circular import) PS C:\Users\trout\OneDrive\Documents\DiscordBots>
bro terminal error pip3 : The term 'pip3' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + pip3 install discord + ~~~~ + CategoryInfo : ObjectNotFound: (pip3:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
It was not working for me (saying no certificate or something similar to that), but when I went back to the python install and added the certificate it worked
When I run it I get this error: req.connection_key, exc) from exc aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host discord.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
uhhh it says i have not installed the discord package even thought i already installed it in the command prompt, it even showed it was installed in the command prompt
@@Bucknorris0108 um don’t remember but I do remember I saw a comment on a random video and it had more stuff that you needed to type in the command prompt
Hey, for some reason at the beginning when you say I just need to enter in the client code for the bot to turn online, for some reason the bot never went online, is there a way to fix this?
Studied the basics for Python yesterday and this will be my first project!
Ajay Gandecha perfect quality videos. I have a question. What type of webcam do you use and what is the reference recording software ? I have been looking at webcams and camlink combined with a mirrorless camera
@@ajaygandecha that’s why I’m learning it instead of discord.js
@@shwoomerxyz sharp eyes
Hello there !
For those who don't have "Copy ID" when you're trying to copy the ID of your channel, you have to go :
Settings>Appearance>Developer Mode>On
See ya!
Hey, thanks for this! I have been coding Python for less than a year and I just saw your channel now. Its so cool!
For people having errors with getting the import discord part to work try closing out of the vs and reloading it
bro tysm i needed that lol
pip3 : The term 'pip3' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ pip3 install discord
+ ~~~~
+ CategoryInfo : ObjectNotFound: (pip3:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Help PLS??
You do an excellent job describing things clearly. I've literally never programmed anything in my life (just started learning Python) and you made this quite easy. Liked, subscribed, and looking forward to more!
Heyyy, discord bot is my first project. Thanks for your easy and beginner style teaching!
when i type "pip3 install discord" it says this: 'pip3' is not recognized as an internal or external command,
operable program or batch file.
im on windows
Same here and i did the copy and paste python script PATH on system environment variables
Wasn't working for me either. If you go to the PyPI website it says to use "py -3 -m pip install -U discord.py" (which is what worked for me) or "py -3 -m pip install -U discord.py[voice]" if you want voice support.
@@dumberbuck4554 TYSM
do it in powershell not cmd
IF YOU CANT SEE THE COPY ID OPTION:
User Settings > Appearence > Scroll down and turn on developer mode
EZ
thanks buddy
thx!
thx peep
@@whytye np mens
and i click light. now my eyes burnead
Hey, thank you for the nice, easy style of teaching! It's my first (kinda) big project on python!
So clear, thanks so much very helpful 10/10!
i just cant seem to be able to do the pip3 install discord thing
same. i dont know what he means by the terminal
@@bordenaja terminal is like the cmd version of Mac , you should be able to find it in applications/utilities folder , and you should put a command to install it
This is great. You explain very well. Verrrry niceeee!
Love the new setup!
why i get this error, Exception has occurred: TypeError
__new__() got an unexpected keyword argument 'deny_new'
or
ModuleNotFoundError: No module named 'discord'
i got it too
same :x
same
do pip3 install discord in command prompt thats what worked for me
put a discord plugin bruh
FIY Windows user should use "py -3 -m pip install -U discord.py". :)
you are my saviour
THANKS
when I told pip to install discord, it said requirement already satisfied, but visual studio code is saying that the discord module doesn't exist
when i do the command prompt/terminal, it says ' 'pip3' is not recognized as an internal or external command, operable program or batch file.' What do I do? Help!
same here
@@pessimisticbastard5278 same
I am very confused.... How do you open the terminal?
bruh
:((((((((((((
command prompt
@@jurgen3926 thanks
@@geo9167 sorry i said that when i was new to coding. i am better now
pip3 install discord (what i ran in terminal) began running the downloads, then a bunch of errors showed up, anything to consider?
same here :(
@@jadelily18 screw python 3.9, u need the downgrade python 3.8.6 to solve the problem. Or u can do this:
Trying to install discord.py on Python 3.9.0 in Windows, and getting a massive error dump from pip?
Two (three if using voice) of discord.py's dependencies do not yet have prebuilt wheels for Python 3.9.0 and must be compiled from source. You have three choices.
1) Install the Microsoft Visual C++ standalone compilers (wiki.python.org/moin/WindowsCompilers), and try to install discord.py without voice (PyNaCl still has issues on windows).
1a) Alternatively, you can Install these two wheels (yarl, multidict) precompiled from www.lfd.uci.edu/~gohlke/pythonlibs/. Note that PyNaCl is not supplied here.
2) Downgrade to Python 3.8.6 which does have prebuilt wheels for all of discord.py's dependencies.
yes i had that prob
soluition panic or buy a mac
cuz it happen to me
@@danielsw7011 how do I downgrade
Thank you Ajay. The video was awesome and really well presented. Good job
nice video Ajay keep it up! :D
This tutorial is epic, good job!!!
I love this video thanks for making this!
You are actually amazing guy keep it up !!! I am trying to build bot and I am searching for commands in database for long period of time thru like few hundreds even if I choose right section, thank you for this. You basically showed me thing that I was searching for like 30 mins. can't wait for watching next part !
I need some help when i run the code i get this error AttributeError: module 'discord.client' has no attribute 'run'
how to fix this?
@@abhayshetty5231 I got same thing how do you fix this?
@@abhayshetty5231 not working
says this : Requirement already satisfied: discord in c:\users\asim mohammed\appdata\local\programs\python\python38\lib\site-packages (1.0.1)
Requirement already satisfied: discord.py>=1.0.1 in c:\users\asim mohammed\appdata\local\programs\python\python38\lib\site-packages (from discord) (1.5.1)
Requirement already satisfied: aiohttp=3.6.0 in c:\users\asim mohammed\appdata\local\programs\python\python38\lib\site-packages (from discord.py>=1.0.1->discord) (3.6.3)
Requirement already satisfied: attrs>=17.3.0 in c:\users\asim mohammed\appdata\local\programs\python\python38\lib\site-packages (from aiohttp=3.6.0->discord.py>=1.0.1->discord) (20.3.0)
Requirement already satisfied: chardet=2.0 in c:\users\asim mohammed\appdata\local\programs\python\python38\lib\site-packages (from aiohttp=3.6.0->discord.py>=1.0.1->discord) (3.0.4)
Requirement already satisfied: multidict=4.5 in c:\users\asim mohammed\appdata\local\programs\python\python38\lib\site-packages (from aiohttp=3.6.0->discord.py>=1.0.1->discord) (4.7.6)
Requirement already satisfied: async-timeout=3.0 in c:\users\asim mohammed\appdata\local\programs\python\python38\lib\site-packages (from aiohttp=3.6.0->discord.py>=1.0.1->discord) (3.0.1)
Requirement already satisfied: yarl=1.0 in c:\users\asim mohammed\appdata\local\programs\python\python38\lib\site-packages (from aiohttp=3.6.0->discord.py>=1.0.1->discord) (1.5.1)
Requirement already satisfied: idna>=2.0 in c:\users\asim mohammed\appdata\local\programs\python\python38\lib\site-packages (from yarl=1.0->aiohttp=3.6.0->discord.py>=1.0.1->discord) (2.10)
@@abhayshetty5231 # Import Discord Package
import discord
# Client
client = discord.Client()
# DO STUFF...
# Run The Client On The Server
client.run('token')
its not working in command prompt / tterminall
YOUR COURSES ARE A W E S O M E
It says invalid syntax what do i do
here u can see how comments are important.. thank you man for saying that in a clean way!
why is this channel so underrated
why is your life so underrated
@@aleclesemann1616 why are you being rude
For people, who don't have option "copy ID" from discord channels (unfortunattely I didn't saw this instruction in this video):
You need to go to Settings/Apperance and turn on Developer Mode
Thanks for the help!
THANKSSSS OMGGG
Thanks! This really helped! Joined your discord server :D Impressive that you are only a senior!
Hey, can you give me the link to the server? I wanna ask him something :p
theres an error where it says "await main_chat.send('Hello kids do you cookies or your adoption paper')
AttributeError: 'NoneType' object has no attribute 'send'"
Hey can you help me I’ve been on this for a few days and each video wouldn’t work so maybe you could help with stuff idk I’m just trying to make a bot
Especially in programming, it's essential to give the specific problem you're experiencing instead of saying "it doesn't work". You'll get a lot more replies and answers.
Thank You So Much You Deserve More Subscribers. You Earned One For Sure!
THANK YOU SO MUCH OMG YOU RE THE BEST MOST HELPFUL !!!!
Hello, do u have a video that talks about intents? Thank you!
You just press tab
@@sigmathletics Not those intents, the discord privileged gateway intents in the developer portal
thank you so much ajay!
I am on a mac and it says that there is a client connect certificate error
same for me
@@ozzydog448 I figured out the problem. go to your python folder and double click the certificates
@@varungudise1377 Im not a tech genius, I have multiple ones and im hella confused
this guy made a amazing video I got everything sorted . thx bro
I tried this but I'm having a problem with adding discord.py and my bot doesnt want to come online, and solutions to why this is happening?
same thing, you found any solutions??
try a different command
have u checked if u have entered correct bot token and if u have imported essentials modules?
it is a nice tutorial but in the terminal after typing pip3 install discord and it says this " pip3 : The term 'pip3' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pip3 intall discord
+ ~~~~
+ CategoryInfo : ObjectNotFound: (pip3:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException"
what should I do??
pls help me
Super Cool!!! I subscribed bro
when i type pip3 install discord in command prompt it says that pip3 is not recognised as an internal or external command, operable program or batch file
Ajay Gandecha i do i have python 3.8
please help me with the multidict error PLEASE
ERROR: Could not build wheels for multidict, yarl which use PEP 517 and cannot be installed directly
PLEASE
PLEASE
You need to use the 3.8 version of Python.
@@Ace-lw8kh I have 3.9.0 64-bit
@@syedmohammadanas3055 You need to uninstall the 3.9 version and download the 3.8.6
how do yo indent it?
im on windows is command prompt the terminal thing you said
When i do it i get tons of errors
helped a lot, thanks!
bro, when i type 'pip3 install discord' its 'pip3' is not recognized as an internal or external command, operable program or batch file. you know it bro? what's the problem
@SshadzZ - Fortnite thanks
@SshadzZ - Fortnite yo ur a life savior thx
@SshadzZ thanks
@@nishalahmed what was it he deleted it :(
where is the termanle?
'NoneType' object has no attribute 'send'
same problem
Does this work in PyCharm?
Hey. Whenever I try to install Discord on my computer it always installs, but doesn't show on VS.
Same it says 'ModuleNotFoundError: No module named 'Discord'
@@shivnaik. Yup
Zidaan Tumbi Lemme know if you find a solution. I’ll keep you updated as well
@@shivnaik. Ok
@@shivnaik. Hi, are you on Mac or Windows?
Thank you so much this series helped a lot, my bot would not even come online before
'pip' is not recognized as an internal or external command,
operable program or batch file.
try running, "pip3"
i can't seem to make it online , i don't have the "run" button what do i do ?
Are we aloud to use Pycharm for this?
I can't seem to get my bot online, after saving and hitting play I am getting this message:
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
Any help would be appreciated and really great tutorial, thanks!
Oh, same for me.
I have the RuntimeError: Cannot close a running event loop
use a different editor, like repl.it which can stay online all the time
Hey Ajay! I had a quick and hopefully simple question to ask. I had already started coding a bot through Visual Studio Code, however, since this was before I found your channel, the file is .js instead of .py (since I hadn't used Python). Will majority of the coding you implement (such as images, embeds, dm message) through your other videos work with my .js file/coding, or is there a way to change my file to a python file?
I ran this code, and im getting an Argument error : "TypeError: run() takes 1 positional argument but 2 were given". Anyone know my issue?
you passed 2 arguments, pass in only one
ok so everything was going well until i needed to maek the bot online right i did all the steps perfectly i paste the token then my bot still donest appear online please help.
same mine was also not working
Honestly, thanks a lot. I have been really into coding and yt lately, and this just extended it. You did great on the tutorial :D!
How does the name BroBot sound?
Edit: When I run the bot it doesn’t even go online. Why? It said it had that the module discord has no attribute client. Please help...
Me like brobot
@@chooseynine Thanks :D I am going to make it so that it responds to bro kind of like Amazon with Alexa.
@@Cthulhu_t lol ok goodluck!
@@chooseynine thanks
will it make a difference if i use visual studio or pycharm?
i have annaconda3 and python so will these 2 clash with each other?
Does this work on mac in 2021
hey one quick question it says that i need to upgrade pip3
Open your CMD and type: python -m pip install -upgrade pip
what is terminal
?
Hmm. When I do pip3 install discord on the command prompt it says it doesnt work
I got same problem
how to indent pls say me i am a student and dont know how to do it pls pls pls pls
press enter
know this is late but how do i open a terminal it directs me to new terminal
@@ajaygandecha how do you open a terminal
Do I need to do that thing for the channles?
bro i got runtimeerror cannot close running event loop
hello, discord general is not showing copy option what can i do in do stuff phase please help me.
@Ajay Gandecha I love the video it is an easy to follow tutorial and my code is all the same as yours but when i run it an error pops up saying this
PS C:\Users\trout\OneDrive\Documents\DiscordBots> & C:/Python/Python38/python.exe c:/Users/trout/OneDrive/Documents/DiscordBots/my_bot.py
Traceback (most recent call last):
File "c:/Users/trout/OneDrive/Documents/DiscordBots/my_bot.py", line 2, in
import discord
File "C:\Python\Python38\discord.py", line 5, in
client = discord.Client()
AttributeError: partially initialized module 'discord' has no attribute 'Client' (most likely due to a circular import)
PS C:\Users\trout\OneDrive\Documents\DiscordBots>
This is the 5th tutorial im watching, i follow all the steps and nothing is working i did everything you did
i think ur doing something wrong then mate
Can I run the same code in pycharm?
also what about people using windows they don't have a terminal
I’m on windows and when I try pip3 install discord it dosent work. Can someone help?
Py-3
That was very helpful.. Thanks
It worked thx you
bro terminal error
pip3 : The term 'pip3' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
+ pip3 install discord
+ ~~~~
+ CategoryInfo : ObjectNotFound: (pip3:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
It was not working for me (saying no certificate or something similar to that), but when I went back to the python install and added the certificate it worked
When I run it I get this error:
req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host discord.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
A certificate was missing for me but I was able to find and install it from here: crt.sh/?d=2835394
how to open a terminal pls say
Hello! im new to python and coding, I have a problem with using 'pip3 install discord' it says alot of error stuff in color red what do i do?
You should do a desk setup tour!
AttributeError: 'str' object has no attribute 'loop'
uhhh it says i have not installed the discord package even thought i already installed it in the command prompt, it even showed it was installed in the command prompt
What IDE are you using?
Muhammad hassan visual code studio and *I fixed the thing so it works now xD*
@@myth5002 how did you fix it
@@Bucknorris0108 um don’t remember but I do remember I saw a comment on a random video and it had more stuff that you needed to type in the command prompt
Yeah so I have a small problem.
AttributeError: module 'discord' has no attribute 'Client'
you named the bot file or a file discord.py rename it to something else so it imports from the module and not the file
how to open terminal?
how to do this in windows .. steps from terminal
SyntaxError: EOL while scanning string literal
Put ' instead of "
for some reason my bots not going online
i try to make bot but it show me this:unable to import 'discord' .what i shoud do?
me too
In Mac download Xcode then try
Hey, for some reason at the beginning when you say I just need to enter in the client code for the bot to turn online, for some reason the bot never went online, is there a way to fix this?
@@ajaygandecha Yes i did that
@@ajaygandecha didnt go online
@@ajaygandecha hey mine says cannot connect to host discord.com:443 and verify failed: unable to get local issuer certificate
How are you getting the pop-ups/intellisense working? I don't see any of that.
pip3 install discord is not working on my Computer