The active.toml file controls which commands are enabled or disabled.

Template

quote             = true
joke              = true
meme              = true
waifu             = true
image             = true
duck              = true
dog               = true
cat               = true
chuck_norris      = true
fact              = true
bible             = true
calculate         = true
bitcoin           = true
currency          = true
qr_code           = true
 
truth             = true
dare              = true
wyr               = true
never_have_i_ever = true
paranoia          = true
 
nsfw              = false
 
purge             = 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
imagetrueEnable/disable the image command (used for duck/dog/cat)
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

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

Other

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

Examples

Disable multiple commands

meme    = false
waifu   = false
nsfw    = false

Enable only specific commands

quote          = true
joke           = true
meme           = true
duck           = false
dog            = false
cat            = false
chuck_norris   = false
fact           = false
bible          = false
calculate      = false
bitcoin        = false
currency       = false
qr_code        = false
truth          = false
dare           = false
wyr            = false
never_have_i_ever = false
paranoia       = false