From 1a254f89e2f423c654c257ae98a5123d50faf057 Mon Sep 17 00:00:00 2001 From: Superkooka Date: Fri, 1 Jul 2022 00:36:46 +0200 Subject: [PATCH] :memo: Improvement Way section --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5304f30..eec62c4 100644 --- a/README.md +++ b/README.md @@ -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` 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` -5. Install the dependencies: `yarn` +5. Install the dependencies: `yarn install` 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 This project has an AGPLv3 license. This project use the `Sheweny` framework with `discord.js` underlying and `BinaryMuse/toml-node` for configuration parsing.