Skip to content

Commit

Permalink
Merge branch 'master' of github.com:markokajzer/discord-soundbot
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Apr 13, 2018
2 parents 7dd9aca + f4445de commit 4f5d4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The commands `!rename`, `!remove`, `!ignore`, `!unignore`, `!avatar` and `!tag <
Check `config/config.example.json` for an example configuration and create a new file `config.json` with your desired configuration inside the `config` folder.
+ The bots prefix can be configured via `prefix`.
+ You can configure the accepted file formats (via the `acceptedExtensions` array) as well as the size of the accepted files (via the `maxiumumFileSize` given in bytes).
+ The bot can also automatically delete `!<sound>` messages for you to reduce channel spam. For this, set `deleteMessages` to `true`.
+ The bot can also automatically delete `!<sound>` messages for you to reduce channel spam. For this, set `deleteMessages` to `true`. Make sure the bot has the right permissions.
+ To let the bot stay in the channel after playing sounds to reduce noise, you can set the `stayInChannel` configuration option. You can order the bot to leave the channel with `!leave`.
+ You can set the bot's activity via the `game` options.

Expand Down

0 comments on commit 4f5d4e8

Please sign in to comment.