YWL3OA5HRMQWG6AZEVZY2YBKQHAJM3JJ6HPCCGEZU2KFQ3EJMCEAC
target
.git
docker build -t brust . # Here brust si the name of the docker image
docker run -d -v $PWD/config:/brust/config --name brust brust
docker run --restart=always -d -v $PWD/config:/brust/config --name brust -e DISCORD_TOKEN=YOUR_DISCORD_TOKEN brust