Helpdesk is here, to answer questions !
Up to 25 Questions, easy configurable.

Up to 25 Questions, easy configurable.
YAML:
Command: helpdesk
CommandDesc: sends the helpdesk embed
HelpDeskEmbed:
Title: 🖥️ Helpdesk
Fields:
- name: » 1
value: Problem/Question 1'
inline: true
- name: » 2
value: Problem/Question 2
inline: true
Color: "#2f3136"
# ^ Up to 25 Fields - 25 Questions due to discord limits
HelpDeskResponse:
"1":
Menu:
Label: Question {questionNumber}
Description: Answer to question {questionNumber}
Answer: Answer to Question 1'
"2":
Menu:
Label: Question {questionNumber}
Description: Answer to question {questionNumber}
Answer: Answer to Question 2
# ^ To add questions, just copy paste the first 1: Question
# replace 1: with 3:, 4: etc. Up to 25 questions.
# Keep it as Numbers, 1:, 2:, 3:, 4: ...
# ^ {questionNumber} placeholder, 1 = name: » 1 and so on
AnswerEmbed:
Title: 🖥️ Helpdesk
Fields:
- name: 💡 Answer
value: "{answer}"
inline: true
Color: "#2f3136"
# ^ {answer} = the Answer for the question.
Menu:
Placeholder: 💡 Helpdesk