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!
Questioner | BrayanBot Addon

BrayanBot Source Questioner | BrayanBot Addon 1.1.2

1652802976613-png.578

Ask some questions to your users with different categories

Question types
normal | regex | selection



Asking questions
1652803048082-png.579

Results

1652803083467-png.580


YAML:
Categories:
  - Name: ⚠️ Bug Reports • System
    Command: ?report bug
    Channel: asd
    # The channel to sent the results to.
    Questions:
      - Question: When this bug happens?
        Type: normal
      - Question: What is the severity of this bug?
        Type: selection
        Options:
          - Low
          - Medium
          - High
      - Question: How important? (any number)
        Type: regex
        Regex: ^[0-9]*$



YAML:
AskingQuestions:
  Normal:
    Embeds:
      - Title: Answer the following question
        Description: "> **{question}**"
        Color: 65280
  Selection:
    OptionsFormat: "{emoji} - `{option}`"
    Message:
      Embeds:
        - Title: Select an option
          Description: |-
            > **{question}**

            {options}
Answers:
  QuestionsFormat: |-
    `{emoji}`. {question}
    > **{answer}**
  Message:
    Embeds:
      - Title: "{category-name} | Answers by {user-tag}"
        Description: "{answers}"
        Color: 65280
Errors:
  InvalidRegex:
    Embeds:
      - Title: Invalid answer
        Description: Make sure your answer is valid
        Color: 16711680
    # Here you have a variable called {regex}



To get support for this addon contact to ElkinSantiana#0115
Author
Elkin S.
Type
Digital product
License duration
Unlimited
Price
4.99 USD
Views
280
First release
Last update

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. 1.1.2

    Changelog:Added BrayanBot v1.4.0 support
  2. 1.1.1

    Changelog:Added DMs closed errorConfig changes:
  3. 1.1.0

    Changelog:Added option to delete the category trigger Options added in categories...
Back
Top