top of page

Help

What is FAQBot?

FAQBot is a Discord bot that will automate the process of an FAQ, or Frequently Asked Questions. Once a question is submitted by any user, an authorized user can give an answer to the question using its index number, like so:

hackathonQ.png
hackathonA.png

Both the question and answer are stored in a database. If another user asks the same (or a similar) question, the most accurate answer will be returned.

what time does xhacks start.png

Prefixes associated with FAQBot

?FAQQ

?FAQA [index]

?Reset

?DeleteIndex
[Index]

?Help

?All

Any user: Ask a question

Users with the FAQ role: Answer a question - replace [index] with the index value of the question being answered (given by the bot)

Users with the FAQ role: Reset the database (clear all questions and answers)

Users with the FAQ role: Delete a question and answer - replace [index] with the index value of the question being deleted (given by bot)

Any user: Links to this help page

Any user: Displays the current list of Frequently Asked Questions

bottom of page