A simple bot to send a FAQ menu on your Discord server
- Create a * .env file copying from env.template and put your Bot Token and Discord ID.
# Token of Discord Bot:
BOT_TOKEN=
# Discord ID of the Admin user of the bot:
ADMIN_DISCORD_ID=
-
Run
yarn
ornpm install
to download and build the packages -
Run
yarn dev
to start the bot in development mode
On faq-config.json
file there are all the available configuration options to the FAQ menu.
Feel free to change anything!
Put the questions inside the questions
tag array following the example:
{
"question": "What is this bot?",
"answer": "This bot will send this FAQ"
}
Feel free to contribute forking and sending your PR.