The active.toml file controls which commands are enabled or disabled. Commands are grouped into [general], [settings], and [money] sections.

Template

[general]
quote             = true
joke              = true
meme              = true
waifu             = true
duck              = true
dog               = true
cat               = true
chuck_norris      = true
fact              = true
bible             = true
calculate         = true
bitcoin           = true
currency          = true
qr_code           = true
reminder          = true
ascii_art         = true
help              = true
truth             = true
dare              = true
wyr               = true
never_have_i_ever = true
paranoia          = true
trivia            = true
nsfw              = false
purge             = true
 
[settings]
settings          = true
profile_picture   = true
banner            = true
change_name       = true
change_keywords   = true
 
[money]
add_money         = true
remove_money      = true
check_balance     = true

Values

General Commands

ValueDefaultDescription
quotetrueEnable/disable the quote command
joketrueEnable/disable the joke command
memetrueEnable/disable the meme command
waifutrueEnable/disable the waifu command
ducktrueEnable/disable the duck command
dogtrueEnable/disable the dog command
cattrueEnable/disable the cat command
chuck_norristrueEnable/disable the chuck command
facttrueEnable/disable the fact command
bibletrueEnable/disable the bible command
calculatetrueEnable/disable the calculate command
bitcointrueEnable/disable the bitcoin command
currencytrueEnable/disable the currency command
qr_codetrueEnable/disable the qr command
remindertrueEnable/disable the reminder command
ascii_arttrueEnable/disable the ascii command
helptrueEnable/disable the help command

Truth or Dare Commands

ValueDefaultDescription
truthtrueEnable/disable the truth command
daretrueEnable/disable the dare command
wyrtrueEnable/disable the wyr command
never_have_i_evertrueEnable/disable the nhie command
paranoiatrueEnable/disable the paranoia command
triviatrueEnable/disable the trivia command

Other

ValueDefaultDescription
nsfwfalseEnable/disable NSFW content in the waifu command
purgetrueEnable/disable the purge command

Settings Commands

ValueDefaultDescription
settingstrueEnable/disable the settings command group
profile_picturetrueEnable/disable the pfp command
bannertrueEnable/disable the banner command
change_nametrueEnable/disable the name command
change_keywordstrueEnable/disable the keywords command

Money Commands

ValueDefaultDescription
add_moneytrueEnable/disable the add command
remove_moneytrueEnable/disable the subtract command
check_balancetrueEnable/disable the check command

Examples

Disable multiple commands

[general]
meme  = false
waifu = false
nsfw  = false

Disable a whole category

[money]
add_money     = false
remove_money  = false
check_balance = false