This is a bot designed to references or debugging steps I commonly use so that I don't have to constantly search for code files, links, or type repetitive things out when I'm on mobile.
You can add this bot to your account so that you can use its commands anywhere by clicking this link.
If you are determined to self-host it for some reason, first install the libraries needed (npm install
). Then add your bot's info into env.json.example
and remove the .example
from the end of the filename. Then run registerCommands.js
once to search through the help files and register commands for your bot. If you add more command categories (but not just more Messages inside a category), you will need to rerun this command. Then run index.js
to start the bot.
/lookup <topic>
: Lookup saved messages under various categories.
/flowchart
: Pull up custom flowcharts for debuggin.
/help
: Walk a user through a flowchart step-by-step
You can join the Hack Pack discord here.