Skip to content

Latest commit

 

History

History

Part 1 - Setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Part 1 - Setup

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.

Thumbnail

Installation

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

Resources

Hikari Documentation Read the docs for better understanding of the code.

Discord Developer Create your very own Discord Bot here!

License

MIT