- Install the dependencies
- Python3
- Redis
- NodeJS
python3 -m pip install -r requirements.txt-
Create the file
config.iniin the repository source using theconfig_example.ini- Insert a discord token
- Complete the fields
-
Execute the file
main.pywith python3 (version <=3.8) to start the bot
To download the submodules
git submodule init
git submodule updateLaunch containers
You need some environment variables:
TW_UTILS_PORTSTORAGE_PATHREDIS_PASSWORD
TW_UTILS_PORT=3000 STORAGE_PATH=./storage REDIS_PASSWORD=super_pass docker-compose up