This is local-based discord bot for moderation. It has some commands for moderation and some commands for fun. It is still in development and will be updated soon.
-
Download the code
-
Install the requirements with
pip install -r requirements.txt -
Create
config.jsonfile, that looks something like this:
{
"token": "your token"
"client_id": "your twitch client id",
"client_secret": "your twitch client secret"
}also go to Discord Developer Portal and create a bot, then copy the token and paste it in config.json file.
-
Change all the values in
main.pyto your own -
Create a bat file and write something like this:
@echo off
"Path where your Python.exe is stored\python.exe" "Path where bot is stored\main.py"
pause- Run the bat file
- Enjoy!
- Add moderation commands
- Connect bot to database
- Connect bot to web
- Add fun commands
- Add Twitch notification support