forked from SteamWar/SteamWar
Add DiscordTicketType.SCHEMATIC
This commit is contained in:
@@ -30,7 +30,9 @@ public enum DiscordTicketType {
|
||||
IDEA("U+1F4A1", "Feature vorschlagen", ButtonStyle.SUCCESS),
|
||||
BUG("U+1F41B", "Bug melden", ButtonStyle.SECONDARY),
|
||||
QUESTION("U+2753", "Fragen", ButtonStyle.PRIMARY),
|
||||
APPEAL("U+1F528", "Entbannungsantrag", ButtonStyle.SECONDARY);
|
||||
APPEAL("U+1F528", "Entbannungsantrag", ButtonStyle.SECONDARY),
|
||||
SCHEMATIC("U+1F4BE", "Schematic melden", ButtonStyle.DANGER);
|
||||
|
||||
|
||||
private final String emoji;
|
||||
private final String label;
|
||||
|
||||
Reference in New Issue
Block a user