The output.toml file allows you to customize the format of command outputs using variables.
Template
[commands]quote = ["{{QUOTE}}\n~ {{AUTHOR}}"]joke = ["{{SETUP}} ||{{PUNCHLINE}}||"]meme = ["{{URL}}"]waifu = ["### Which one is the better waifu? \n  "]duck = ["{{URL}}"]dog = ["{{URL}}"]cat = ["{{URL}}"]chuck_norris = ["{{JOKE}}"]fact = ["{{FACT}}"]bible = ["{{PASSAGE}}\n{{BOOK}} {{CHAPTER}}:{{VERSE}}"]calculate = ["{{RESULT}}"]bitcoin = ["The bitcoin price is currently at {{AMOUNT}} {{CURRENCY}}."]currency = ["{{FROM_AMOUNT}} {{FROM_CURRENCY}} = {{TO_AMOUNT}} {{TO_CURRENCY}}"]qr_code = ["{{URL}}"]ascii_art = ["{{ASCII_ART}}"]truth = ["{{QUESTION}}"]dare = ["{{QUESTION}}"]wyr = ["{{QUESTION}}"]never_have_i_ever = ["{{QUESTION}}"]paranoia = ["{{QUESTION}}"][settings]profile_picture_applied = ["Profile picture applied successfully."]banner_applied = ["Banner applied successfully."]nickname_applied = ["Name '{{NAME}}' applied successfully."]keywords_applied = ["Custom keywords '{{KEYWORDS}}' for the command '{{COMMAND}}' applied successfully!"][money]add_money = ["{{AMOUNT}}{{MONEY_SYMBOL}} added to to the account of {{USERNAME}}. They now have {{BALANCE}}{{MONEY_SYMBOL}}."]remove_money = ["{{AMOUNT}} subtracted from the account of {{USERNAME}}. They now have {{BALANCE}}{{MONEY_SYMBOL}}."]check_balance = ["The balance of the account from {{USERNAME}} is currently {{BALANCE}}{{MONEY_SYMBOL}}."]insufficient_funds = ["{{USERNAME}} doesn't have enough money. They now have {{BALANCE}}{{MONEY_SYMBOL}}."][moderation]delete = ["Your message was deleted because it contains banned text: {{TEXT}}"]kick = ["Your account was kicked because your message contains banned text: {{TEXT}}"]ban = ["Your account was banned because your message contains banned text: {{TEXT}}"]mute = ["Your account was muted for {{MINUTES}} minutes because your message contains banned text: {{TEXT}}"]reason = "Sending banned text"