If you use discord then you must have though of making a discord bot yourself, so lets get started
- Moderation Commands
- Information Commands
# install python3 and python3-pip if they are not installed
# install the requirements
$ pip3 install discord.py
# open package.json file and paste your token and prefix
{
"prefix": "Token HERE",
"token" : "PREFIX HERE"
}
#run main file
$ python3 main.py