Skip to content

Settings Command

Raptor123471 edited this page Sep 21, 2021 · 4 revisions

Per server configuration options

Settings are stored in /musicbot/generated/settings.json

Backup this file before an update to prevent loss of your settings.

Command Usage

$settings setting_name value

Replace with your set command prefix. Aliases include $setting and $set

Setting Details

default_nickname

  • The nickname for the server.
  • Given value must be under 32 characters to comply with character limit.
  • Other values: unset

command_channel

  • The text channel to use for bot commands. When this is set, the bot will only accept commands from this channel.
  • Given value must be a valid text channel name.
  • Other values: unset

start_voice_channel

  • The voice channel the bot will join on start. By default the bot will join the first voice channel.
  • Given value must be a valid voice channel name.
  • Other values: unset

user_must_be_in_vc

  • Determines if the user must be in the voice channel to use commands.
  • Given value must be true or false.

button_emote

  • Emote to use for the button play feature. Button play will be disabled until this is set.
  • Given value must be a valid emote name.
  • Other values: unset (disables button play feature)

default_volume

  • The default volume setting
  • Given value must be a valid number 0-100

vc_timeout

  • Enable or disable the VC timeout feature
  • Given value must be true or false.
Clone this wiki locally