forked from Raptor123471/DingoLingo
-
Notifications
You must be signed in to change notification settings - Fork 17
Settings Command
Krutyi-4el edited this page Mar 8, 2023
·
12 revisions
Settings are now stored in settings.db
by default.
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.
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
orfalse
.
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
orfalse
.
announce_songs
- Enable or disable announcing of every song that starts playing.
- Given value must be
true
orfalse
.