You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yml.example
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ TicketCategories:
111
111
embedTitle: "Report Ticket" # The title of the embed
112
112
color: "#FFD700" # The color of embed in the opened ticket
113
113
description: "Welcome {user} ({user.tag}) to your report ticket! Please be patient while a staff member responds to your report." # The description of the embed in the created ticket, right above the questions fields, use {user} for the user such as @User and {user.tag} for the name of the user without it being mentioned such as User
114
-
ticketName: "CATEGORY-TICKETCOUNT" Options are: CATEGORY-USERNAME (will be called category-USERNAME such as general-ralphkb), CATEGORY-TICKETCOUNT (will be called category-TICKETCOUNT such as general-12348), USERNAME-TICKETCOUNT (will be called USERNAME-TICKETCOUNT such as ralphkb-12348), USERNAME-CATEGORY (will be called USERNAME-category such as ralphkb-general), USERNAME-CATEGORY-TICKETCOUNT (will be called USERNAME-category-TICKETCOUNT such as ralphkb-general-12348), or CATEGORY-USERNAME-TICKETCOUNT (will be called category-USERNAME-TICKETCOUNT such as general-ralphkb-12348)
114
+
ticketName: "category-ticketcount" # Options are: category-username (will be called category-username such as general-ralphkb), category-ticketcount (will be called category-ticketcount such as general-12348), username-ticketcount (will be called username-ticketcount such as ralphkb-12348), username-category (will be called username-category such as ralphkb-general), username-category-ticketcount (will be called username-category-ticketcount such as ralphkb-general-12348), or category-username-ticketcount (will be called category-username-ticketcount such as general-ralphkb-12348)
115
115
ticketTopic: "Ticket Creator: {user} | Ticket Type: {type}" # The topic of the ticket channel
116
116
slowmode: "0" # The slowmode of the ticket channel in seconds, keep it 0 if you don't want a slowmode and do not use negative values
117
117
useCodeBlocks: false # Set this to true if you want to use code blocks to display the answers of the ticket category questions
@@ -182,7 +182,7 @@ TicketCategories:
182
182
embedTitle: "Other Ticket" # The title of the embed
183
183
color: "#ADD8E6" # The color of embed in the opened ticket
184
184
description: "Welcome {user} ({user.tag}) to your other ticket! Please be patient while a staff member responds to your questions." # The description of the embed in the created ticket, right above the questions fields, use {user} for the user such as @User and {user.tag} for the name of the user without it being mentioned such as User
185
-
ticketName: "CATEGORY-TICKETCOUNT" Options are: CATEGORY-USERNAME (will be called category-USERNAME such as general-ralphkb), CATEGORY-TICKETCOUNT (will be called category-TICKETCOUNT such as general-12348), USERNAME-TICKETCOUNT (will be called USERNAME-TICKETCOUNT such as ralphkb-12348), USERNAME-CATEGORY (will be called USERNAME-category such as ralphkb-general), USERNAME-CATEGORY-TICKETCOUNT (will be called USERNAME-category-TICKETCOUNT such as ralphkb-general-12348), or CATEGORY-USERNAME-TICKETCOUNT (will be called category-USERNAME-TICKETCOUNT such as general-ralphkb-12348)
185
+
ticketName: "category-username" # Options are: category-username (will be called category-username such as general-ralphkb), category-ticketcount (will be called category-ticketcount such as general-12348), username-ticketcount (will be called username-ticketcount such as ralphkb-12348), username-category (will be called username-category such as ralphkb-general), username-category-ticketcount (will be called username-category-ticketcount such as ralphkb-general-12348), or category-username-ticketcount (will be called category-username-ticketcount such as general-ralphkb-12348)
186
186
ticketTopic: "Ticket Creator: {user} | Ticket Type: {type}" # The topic of the ticket channel
187
187
slowmode: "0" # The slowmode of the ticket channel in seconds, keep it 0 if you don't want a slowmode and do not use negative values
188
188
useCodeBlocks: false # Set this to true if you want to use code blocks to display the answers of the ticket category questions
0 commit comments