better reporting of specific requirements
This commit is contained in:
parent
fc0361a14a
commit
b8dbfd8d2d
1 changed files with 3 additions and 6 deletions
|
@ -43,12 +43,9 @@ docker run -d \
|
|||
--restart=unless-stopped
|
||||
registry.gitlab.com/confreriedukassoulait/kassoubot \
|
||||
```
|
||||
|
||||
You shouldn't change at least the service name of the Lavalink container because the bot is using his DNS name (and it's based on the service's name).
|
||||
|
||||
You can add the environment variable `DEACTIVATE` to disable some cogs (separate the cogs with commas and no spaces between).
|
||||
|
||||
You can add the environment variable `REGION_DISCORD` to force the Lavalink server to use your voice region.
|
||||
- You shouldn't change at least the service name of the Lavalink container because the bot is using his DNS name (and it's based on the service's name).
|
||||
- You can add the environment variable `DEACTIVATE` to disable some cogs (separate the cogs with commas and no spaces between).
|
||||
- You can add the environment variable `REGION_DISCORD` to force the Lavalink server to use your voice region.
|
||||
|
||||
To find reddit tokens, go to [this site](https://www.reddit.com/prefs/apps) and here are the instructions: ![instructions](https://i.imgur.com/tEzYKDA.png)
|
||||
*redirection uri (for copy/paste) : http://localhost:8080*
|
||||
|
|
Reference in a new issue