Skip to content

FernandoTBarros/discord-faq-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord FAQ Bot

A simple bot to send a FAQ menu on your Discord server

Install

  1. 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=
  1. Run yarn or npm install to download and build the packages

  2. Run yarn dev to start the bot in development mode

Configure

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"
}

Contribute

Feel free to contribute forking and sending your PR.

About

A simple bot to send a FAQ menu on Discord server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published