Making a Discord Bot in Python (Part 1: Setup)

preview_player
Показать описание
In this video, we go over the basic setup steps for creating a discord bot in python.

Let me know in the comments what videos you want to see next.

0:00 Intro
0:43 Python Version + Creating the application
4:33 Environment Setup
6:52 Initial Code
9:11 Outro

#DiscordBot #Python #Hikari
Рекомендации по теме
Комментарии
Автор

I remember watching your videos when I got into python and coding and decided to make a discord bot as a first project, lovely to see you still at it keep it up my guy!

abaldpersonlookingatthesky
Автор

wow actually an person that explains something with inner peace and explaining exactly what hes doing, god im thankful i found you

watayawi
Автор

If you are getting an error such as:
File env\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this system
At the begging of this tutorial when setting up the bot in Virtual Studio Code, below is a tutorial on how to fix the error.

The instuctions from that tutorial are listed below.

There is an easy work around but you have to have Administrator access on the account that you are using on your PC.

-Open PowerShell as Administrator
-Type the command "Get-ExecutionPolicy -List"
This will bring up a list of execution policies and their current status, at the very bottom of the list, it may say undefined or restricted
-Type the command "Set-ExecutionPolicy Unrestricted"
A popup will open asking if you would like to continue in powershell
-Type "Y" to continue
-Type the command "Get-ExecutionPolicy -List"
This will show the new set of execution policies and their current status.

anon
Автор

for anyone having trouble in the terminal and it not working, try to select the cmd terminal instead of powershell by clicking on the drop down arrow next to "powershell" on the right and select command prompt. hope this works for you!

keno
Автор

It's like a new season! Looking forward to this!

lyingpancake
Автор

After 7 months a legend is finally back

samchristopher
Автор

Man, you're pretty underrated!
This is really helpful, thanks.
Definitely gonna follow this series, waiting for more!

marbialyiusz_
Автор

Slash commands and interactions please. Great VID! Been curious about hikari for sometime now.

minetestfan
Автор

starting the new year off with a new lucas upload!! 2022 is starting off good

hishamabdulhak
Автор

Thank god, you are back. I missed this.

prince
Автор

lifesaver! hopefully the other videos will come soon!

Dawnbringer
Автор

Dude your back. I loved your dpy rewrite series

samineumanntaylor
Автор

Great!

I just started rewriting my Bot with Hikari (+ lightbulb, but also want to try tanjun).

Will definitely be following this series.

sntx_
Автор

ooo a new series?! amazing, keep it up!

DXAssassin
Автор

Hey, thanks for the great serious looking forward to it.

gamingworm
Автор

Welcome back! This tutorial was really helpful! Thanks! (:

RaghavKarthik
Автор

I WAS TRYING TO DO THIS FOR A WEEK THANKYOU

rpfl
Автор

why does yours say
and my says
i need help and when i type -m venv env it doesnt work

anonylol
Автор

History repeats itself for the third time and does'nt cease to be cool. Keep it up.

skmkq
Автор

NOTE: If "python" is not a recognised command (even though you downloaded/installed python), you need to go to your "control panel > system > advanced system settings > environment variables " and edit the "Path" variable to also include the folder where you installed python (that contains the python executable).

whitehorsept
welcome to shbcf.ru