#๐ Starting a discord bot help
81 messages ยท Page 1 of 1 (latest)
@noble lake
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
just get python from python.org and start coding after installing discord.py
look up a few tutorials or something
There are a few examples in the discord.py github repo
ahhh okok how do i install discord.py i go to the website and its just a table of contents in unsure of where to go on the website its really confusing
https://github.com/Rapptz/discord.py/tree/master/examples/
there is also a discord.py discord server you can join
you can use pip install discord.py
where do i put that? in the search bar?
terminal
A mirror package for discord.py. Please install that instead.
Released on <t:1691703907:D>.
okok also I am on a macbook if that changes anything?
nope it should work on mac also
okok where would the terminal be
i do not yet! where is the download link
command space type terminal
at python.org
lol
no clue what spotlight is
isn't spotlight command space
i wish i knew the answer to that
im just surprised i remembered the name for that feature in the first place
that's gud
Now you should be able to use the python command in the Terminal
okok
you may have to reopen your terminal
okay athats real
otherwise-
have you tried turning it off and on again
okok then ill brb if i do this
pip install discord.py
should it be doing something when i type that
what does it say when you type it?
command not found
you can try prefixing python -m before it:
python -m pip install discord.py
sanity check,
did you only download python, or did you also actually launch the installer
that would be helpful
.. :P
do i have to do anything here
yes yes should be fine
i opened it and it still says command not found
should i try shutting it down now?
you can try python3 as command
opkok
otherwise you can indeed try restarting
okok
:D
its installed, now am i able to start with basic commands or do i have more steps before that
Here is a python resource for getting Python working on Mac, if you have any further questions later on
https://docs.python.org/3/using/mac.html
thank you so much!!!! uyou were such a big help thank you for being patient with me 
you are able to use python on your device now.
You have to start/launch python files using python3 file.py
:))
You can use the examples listed on the github repository for more info
you can use !close to close the thread
ohhh oKOKOK THANK YOU
okok!!! thank you
!close
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
