Added toggle/options for help page generator

This commit is contained in:
TheEssem 2019-12-05 11:40:09 -06:00
parent b6a2dd275a
commit c357d3bc46
4 changed files with 24 additions and 16 deletions

View file

@ -48,46 +48,46 @@ body
h2#table-of-contents Table of Contents
ul
li
a(href='#💻-general')
a(href='#general')
strong General
li
a(href='#🔨-moderation')
a(href='#moderation')
strong Moderation
li
a(href='#🏷️-tags')
a(href='#tags')
strong Tags
li
a(href='#👌-fun')
a(href='#fun')
strong Fun
li
a(href='#🖼️-image-editing')
a(href='#images')
strong Image Editing
li
a(href='#🔊-soundboard')
a(href='#soundboard')
strong Soundboard
h2(id='💻-general') 💻 General
h2(id='general') 💻 General
each command in commands.general
ul
li!= command
h2(id='🔨-moderation') 🔨 Moderation
h2(id='moderation') 🔨 Moderation
each command in commands.moderation
ul
li!= command
h2(id='🏷️-tags') 🏷️ Tags
h2(id='tags') 🏷️ Tags
each command in commands.tags
ul
li!= command
h2(id='👌-fun') 👌 Fun
h2(id='fun') 👌 Fun
each command in commands.fun
ul
li!= command
h2(id='🖼️-image-editing') 🖼️ Image Editing
h2(id='images') 🖼️ Image Editing
blockquote
p These commands support the PNG, JPEG, and WEBP formats.
each command in commands.images
ul
li!= command
h2(id='🔊-soundboard') 🔊 Soundboard
h2(id='soundboard') 🔊 Soundboard
each command in commands.soundboard
ul
li!= command