-
-
Notifications
You must be signed in to change notification settings - Fork 72
Configuration
Marko Kajzer edited this page Dec 12, 2025
·
16 revisions
- 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, setcleanuptosounds. If you want to delete all messages, setcleanuptoall. Make sure the bot has the right permissions to delete sounds - 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 specify a channel whitelist where the bot should be usable with
channelWhitelist. It's a list of channel ids.- If somebody interacts with a bot in a non-whitelisted channel, the bot will let the user know.
You can also add additional commands you want the bot to have, see here.
Need help? Join us on Discord!