Configuration - markokajzer/discord-soundbot GitHub Wiki
- You can change the bot's language via the
languageoptions. Currently available locales arede(German),es(Spanish),fr(French),hu(Hungarian),it(Italian),ja(Japanese), andnl(Dutch). The bot defaults toen(English). - The bot's prefix can be configured via
prefix. - You can configure the accepted file formats (via the
acceptedExtensionsarray) as well as the size of the accepted files (via themaximumFileSizegiven in bytes, e.g. 1000000 for 1 MB). - The bot's volume can be adjusted via
volume, ranging from 0.0 to 1.0. - The bot can automatically delete
!<sound>messages for you to reduce channel spam. For this, setdeleteMessagestotrue. 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
stayInChannelconfiguration option. You can order the bot to leave the channel with!leave.- To set a custom timeout with
stayInChannel, specify thetimeoutconfiguration option in minutes. For the bot to always stay in the channel, specify 0.
- To set a custom timeout with
- If you are super paranoid about the bot listening to you, you can set
deafentotrue. - You can set the bot's activity via the
gameoptions. - By default, only admins can manage (rename, remove) sounds. This is configurable via the
elevatedRolesoption.
You can also add additional commands you want the bot to have, see here.