Welcome to CoreMart!

By registering with us, you'll be able to discuss, share, download resources and private message with other members of our community.

Sign-Up Now!
Helpdesk

Corebot Addon Helpdesk 1.0

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

Bild_2023-02-24_201107850.png

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
Author
DuAnti
Downloads
11
Views
138
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from DuAnti

Top