Sakuya Izayoi
Sakuya Izayoi is my first python Discord bot project. Click here to invite
Installation
Use the package manager pip to install discord.py, psutil, mysql.connector
pip install discord.py
pip install psutil
pip install mysql.connector
Usage
Clone this project.
Get your bots token and edit bot.py's client.run('TOKEN') part.
You need MySQL on your system (If you don't know how to install look https://www.mysql.com/)
Type "python bot.py" on terminal (if you are using Windows type python3 bot.py)