Skip to content

Settings Command

Krutyi-4el edited this page Mar 8, 2023 · 12 revisions

Per server configuration options

Settings are now stored in settings.db by default.

Command Usage

d!settings setting_name value

Replace with your set command prefix. Aliases include d!setting and d!set

Do not provide a value to optional setting if you want to unset it.

Setting Details

command_channel

  • The text or voice 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/mention/id.
  • Optional

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/mention/id.
  • Optional

dj_role

  • Members with this role will have full permissions for music commands.
  • Given value must be a valid role name/mention/id.
  • Optional

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 can be any standard or guild emote.
  • Optional (disables button play feature if not set)

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.

announce_songs

  • Enable or disable announcing of every song that starts playing.
  • Given value must be true or false.
Clone this wiki locally