Warning: This addon will probably stop receiving updates...
Features
[] = Required | () = Optional
Review [stars] (comment)
Dependencies
Features
[] = Required | () = Optional
Review [stars] (comment)
Dependencies
YAML:
# ______ _ _
# |___ / /\ | | | |
# / / _ _ _ __ ___ / \ __| | __| | ___ _ __
# / / | | | | | "_ \ / _ \ / /\ \ / _` | / _` | / _ \ | "_ \
# / /__ | |_| | | | | | | (_) | / ____ \ | (_| | | (_| | | (_) | | | | |
# /_____| \__, | |_| |_| \___/ /_/ \_\ \__,_| \__,_| \___/ |_| |_|
# __/ |
# |___/
Settings:
License: "#YOUR_LICENSE"
Channel: "#YOUR_CHANNEL_ID" #Channel where reviews will be sent
RequireClaim: true #If this is true, it will be necessary for the ticket to be claimed by a staff member before the review can be submitted.
Commands:
Review:
Description: "Rate the service provided on your ticket"
Permission: "Administrator"
Options:
Stars:
Description: "Rate from 1 to 5 stars the service"
Choices:
- name: "⭐"
value: "⭐"
- name: "⭐⭐"
value: "⭐⭐"
- name: "⭐⭐⭐"
value: "⭐⭐⭐"
- name: "⭐⭐⭐⭐"
value: "⭐⭐⭐⭐"
- name: "⭐⭐⭐⭐⭐"
value: "⭐⭐⭐⭐⭐"
Comments:
Description: "Leave a comment about the service"
Required: false #If false, a comment is not necessary
Review:
Messages:
NoComment: "No comment"
NoClaim: "Unclaimed"
Embeds:
NoTicket:
Title: "An error occurred while leaving a review"
Description: "Reviews can only be left on tickets"
Color: "Red"
Ephemeral: true
NoOwner:
Title: "An error occurred while leaving a review"
Description: "The review can only be left by the creator of the ticket."
Color: "Red"
Ephemeral: true
NoClaim:
Title: "An error occurred while leaving a review"
Description: "Tell the staff that was assisting you to claim the ticket."
Color: "Red"
Ephemeral: false
Sended:
Title: "Review submitted"
Description: "Your review regarding the service was sent correctly."
Color: "Green"
Ephemeral: true
Review:
Title: "`⭐` New Ticket Review `⭐`"
Description:
- "**User:**"
- "{user}"
- "**Staff:**"
- "{staff}"
- "**Rating:**"
- "{stars}"
- "**Comment:**"
- "```{comment}```"
Color: "Aqua"
TimeStamp: true