mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
Update README.md to the latest version of muse.
Changed the section to mention the discord commands rather than the env variables.
This commit is contained in:
parent
825c9a0c53
commit
fe30673e23
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -63,6 +63,8 @@ docker run -it -v "$(pwd)/data":/data -e DISCORD_TOKEN='' -e SPOTIFY_CLIENT_ID='
|
|||
|
||||
This starts Muse and creates a data directory in your current directory.
|
||||
|
||||
You can also store your tokens in an environment file and make it available to your container. By default, the container will look for a `/config` environment file. You can customize this path with the `ENV_FILE` environment variable to use with, for example, [docker secrets](https://docs.docker.com/engine/swarm/secrets/).
|
||||
|
||||
**Docker Compose**:
|
||||
|
||||
```yaml
|
||||
|
@ -144,7 +146,9 @@ If you have Muse running in a lot of guilds (10+) you may want to switch to regi
|
|||
|
||||
### Automatically turn down volume when people speak
|
||||
|
||||
You can let the bot automatically turn down the volume when people are speaking
|
||||
in the channel though environment variable:
|
||||
- `TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK=true`
|
||||
- `TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK_TARGET=70` (optional, default is 70%)
|
||||
You can configure the bot to automatically turn down the volume when people are speaking in the channel using the following commands:
|
||||
|
||||
- `/config set-reduce-vol-when-voice true` - Enable automatic volume reduction
|
||||
- `/config set-reduce-vol-when-voice false` - Disable automatic volume reduction
|
||||
- `/config set-reduce-vol-when-voice-target <volume>` - Set the target volume percentage when people speak (0-100, default is 70)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue