finf-discord-js
To start this, copy .env.example
to .env
, fill the variables in and docker compose up -d
. The Variables in .env
are self explanatory.
Setup
- Copy the
.env.example
to.env
and fill it in. - Start the docker compose setup with
docker compose up -d
. - Get the name of the application docker container with
docker ps
- Go into the bash of that container with
docker exec -ti NAME /bin/bash
- Run
node registerCommands.js
to register the slash commands with all guilds of the bot.
Maintenance
When the bot joins a new server or a update introduces new commands, repeat Steps 3-5 from the Setup proccess to register the commands with the new server.