Skip to content
Snippets Groups Projects
Commit db383828 authored by Patric Plattner's avatar Patric Plattner
Browse files

Update README.md

parent adca42b1
No related branches found
No related tags found
No related merge requests found
# 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.
\ No newline at end of file
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
1. Copy the `.env.example` to `.env` and fill it in.
2. Start the docker compose setup with `docker compose up -d`.
3. Get the name of the application docker container with `docker ps`
4. Go into the bash of that container with `docker exec -ti NAME /bin/bash`
5. 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment