Tickets
The bots ticket system that is built specifically for SCP:SL
Application Types
This is just a showcase, you can find all predefined application types in the /SCPToolsBot/configs/ticket-settings.yml
The types (roles/positions) of application that users are able to send
# The types of roles that can be applied for. Duplicate one of the roles that already exist
# to create a new one, you can add as many as you like
application_types: [
{
# The name of the role
name: "",
# The role description, meaning their supposed work in the team
description: "",
# The roles emoji that will be shown in the list of applicable roles
emoji: "",
# The roles id, meaning the discord role itself
role_id: ""
}
]Types
Do not add any more ticket types than defined in the config, they will not work and could result in a crash
This is just a showcase, you can find all predefined ticket types in the /SCPToolsBot/configs/ticket-settings.yml
The types of tickets that can be created, each with a different purpose and some own quirks
Last updated