Auto-mate is a Discord moderation bot created with the Discord.py library.
## Clone the Repository
git clone https://github.com/CallumB04/Auto-mate.git
## Update working directory
cd ./Auto-mate
## Prepare docker-compose file
cp ./docker-compose.yml.example ./docker-compose.yml
## Open docker-compose.yml in your editor of choice and update environment variables accordingly
vim docker-compose.yml
## Deploy auto-mate
docker compose up -d- Bot configuration files can be found in the
./datadirectory. - Token can be set using the
TOKENenvironment variable.