📝 Improvement Way section

This commit is contained in:
Aymeric GUERACAGUE 2022-07-01 00:36:46 +02:00
parent 29e8ec7282
commit 1a254f89e2
Signed by: Superkooka
GPG Key ID: F78F2B172E894865
1 changed files with 5 additions and 1 deletions

View File

@ -8,9 +8,13 @@ A POC of a Discord bot using the dropdown capability
2. Copy the `config.exemple.toml` and rename it `config.toml` 2. Copy the `config.exemple.toml` and rename it `config.toml`
3. Launch the docker container with `make start` or `docker-compose up -d` 3. Launch the docker container with `make start` or `docker-compose up -d`
4. Go into the docker container with `make shell` or `docker-compose exec discord-bot bash` 4. Go into the docker container with `make shell` or `docker-compose exec discord-bot bash`
5. Install the dependencies: `yarn` 5. Install the dependencies: `yarn install`
6. Compile typescript and run the bot with `yarn dev` 6. Compile typescript and run the bot with `yarn dev`
## Improvement Way
- Sync configuration with currently send picker. `/role-picker create [picker]`, `/role-picker sync [picker]` (if picker is omitted, resync all?)
## Contributions/License ## Contributions/License
This project has an AGPLv3 license. This project use the `Sheweny` framework with `discord.js` underlying and `BinaryMuse/toml-node` for configuration parsing. This project has an AGPLv3 license. This project use the `Sheweny` framework with `discord.js` underlying and `BinaryMuse/toml-node` for configuration parsing.