This is the first part of the new Discord Bot with Python using Hikari tutorial series. In this video, we go over how to setup the Discord Bot.
Install the Hikari Package using eitehr of these commands
python -m pip install -U hikari
# Windows users may need to run this instead...
py -3 -m pip install -U hikari
Hikari Documentation Read the docs for better understanding of the code.
Discord Developer Create your very own Discord Bot here!