Add video editing option to tickets

This commit is contained in:
Ninjdai1 2023-09-03 20:59:48 +02:00
parent b4797d7487
commit 183d360106
3 changed files with 7 additions and 2 deletions

View File

@ -57,6 +57,11 @@ module.exports = {
value: 'ticket_minia',
emoji: '🪟'
},
{
label: 'Montage/Editing',
value: 'ticket_editing',
emoji: '🎬'
},
{
label: 'Autre/Other',
value: 'ticket_other',

View File

@ -148,9 +148,9 @@ const cmdTypeDict = {
"ytbbanner": "Bannière Youtube/...",
"drawing": "Dessin",
"profilepicture": "Photo de profil",
"video": "Video/Montage",
"overlay": "Overlay de stream",
"emojis": "Émojis/Stickers",
"minia": "Miniature",
"editing": "Montage",
"other": "Autre",
};

View File

@ -191,9 +191,9 @@ const cmdTypeDict = {
"ytbbanner": "Bannière Youtube/...",
"drawing": "Dessin",
"profilepicture": "Photo de profil",
"video": "Video/Montage",
"overlay": "Overlay de stream",
"emojis": "Émojis/Stickers",
"minia": "Miniature",
"editing": "Montage",
"other": "Autre",
};