Open Ticket v3.5.7 (Part 1)

This commit is contained in:
DJj123dj
2024-07-01 09:46:16 +02:00
parent fda8a397d6
commit 7815400472
40 changed files with 53 additions and 42 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Below, you can find a list with the status of every open ticket version. This li
| Version | Supported | Until |
|-----------|-----------|-----------------------------|
| 3.5.6 | ✅ | |
| 3.5.7 | ✅ | |
| 3.5.5 | ✅ | June 2024 |
| 3.5.4 | 🟧 | Next Update |
| < 3.5.4 | ❌ | |
+11 -3
View File
@@ -5,7 +5,7 @@ There will be massive improvements for more stability & features! But the best p
<img src="https://apis.dj-dj.be/cdn/openticket/logo.png" alt="Open Ticket" width="600px">
[![discord](https://img.shields.io/badge/discord-join%20our%20server-5865F2.svg?style=flat-square&logo=discord)](https://discord.com/invite/26vT9wt3n3) [![version](https://img.shields.io/badge/version-3.5.6-brightgreen.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/releases/tag/v3.5.6) [![discord.js](https://img.shields.io/badge/discord.js-v14-CB3837.svg?style=flat-square&logo=npm)]() [![license](https://img.shields.io/badge/license-GPL%203.0-important.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/blob/main/LICENSE) [![stars](https://img.shields.io/github/stars/djj123dj/open-ticket?color=yellow&label=stars&logo=github&style=flat-square)](https://otdocs.dj-dj.be)
[![discord](https://img.shields.io/badge/discord-join%20our%20server-5865F2.svg?style=flat-square&logo=discord)](https://discord.com/invite/26vT9wt3n3) [![version](https://img.shields.io/badge/version-3.5.7-brightgreen.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/releases/tag/v3.5.7) [![discord.js](https://img.shields.io/badge/discord.js-v14-CB3837.svg?style=flat-square&logo=npm)]() [![license](https://img.shields.io/badge/license-GPL%203.0-important.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/blob/main/LICENSE) [![stars](https://img.shields.io/github/stars/djj123dj/open-ticket?color=yellow&label=stars&logo=github&style=flat-square)](https://otdocs.dj-dj.be)
### Open Ticket
Open Ticket is the most customisable discord ticket bot that you will ever find! There are more than 150 options to customise in the config! This includes html transcripts, unlimited tickets, custom embeds & more! Did you know that even the html transcripts are highly customisable? Don't wait and check it out! If you're having trouble setting the bot up, feel free to join our support server and we will help you further!
@@ -16,7 +16,7 @@ Take a look at all the features and discover the possibilities!
## 📌 Features
- **🎉 advanced html transcripts!**
- 🔒 close, ❌ delete & ✅ re-open tickets
- 🇬🇧 translation in more than 30 languages!
- 🇬🇧 translation in more than 33 languages!
- 📄 very advanced customisation
- 🆗 buttons or 🔽 dropdowns!
- 🆒 custom plugins
@@ -76,9 +76,17 @@ A big thanks to all our sponsors!
|Hungarian |Snowy |🔴 Outdated |
|Persian |sasanwm |🟢 Up To Date |
|Latvian |ronalds1398 |🟢 Up To Date |
|Estonian |iamnotmega |🟢 Up To Date |
|Japanese |iamnotmega |🟢 Up To Date |
|Korean |iamnotmega |🟢 Up To Date |
|Simplified Chinese |iamnotmega |🟢 Up To Date |
|Traditional Chinese|iamnotmega |🟢 Up To Date |
|Finnish |iamnotmega |🟢 Up To Date |
|Swedish |iamnotmega |🟢 Up To Date |
|Vietnamese |iamnotmega |🟢 Up To Date |
## 📎 Links
current version: _v3.5.6_
current version: _v3.5.7_
</br>changelog: [click here](https://otgithub.dj-dj.be/releases)
</br>documentation: [click here](https://otdocs.dj-dj.be/)
+1 -1
View File
@@ -110,7 +110,7 @@
"dropdown":false,
"enableFooter":false,
"footer":"Open Ticket v3.5.6 - I'm a footer!",
"footer":"Open Ticket v3.5.7 - I'm a footer!",
"enableFooterImage":false,
"footerImage":"https://www.example.com/catmemes/cat.png",
+4 -1
View File
@@ -456,7 +456,10 @@ exports.checker = async () => {
"japanese",
"korean",
"simplifiedchinese",
"traditionalchinese"
"traditionalchinese",
"finnish",
"swedish",
"vietnamese"
]
if (!languageList.some((l) => config.languageFile.startsWith(l))){
createError("'languageFile' | invalid language, more info in the wiki")
+1 -1
View File
@@ -25,7 +25,7 @@
INFORMATION:
============
Open Ticket v3.5.6 - © DJdj Development
Open Ticket v3.5.7 - © DJdj Development
discord: https://discord.dj-dj.be
website: https://www.dj-dj.be
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"deqressing",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors": {
"missingArgsTitle": "قيمة غير صالحة!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Stragar",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Грешни Аргументи!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"DJdj Development",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Invalid Arguments!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"spyeye_",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Neplatný Argument!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":".the_gamer",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors": {
"missingArgsTitle": "Ugyldigt Argument!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"djj123dj",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Onjuiste parameters!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"DJdj Development",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Invalid Arguments!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"iamnotmega",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Puuduvad argumendid!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"iamnotmega",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Virheelliset argumentit!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"tostam",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Arguments invalides !",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"david.3",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Ungültiges Argument!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"ꙅoᴎɒᎸɘƚꙅ#3744",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Invalid Arguments!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Snowy",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Hibás paraméterek!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"erxg",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Argumen tidak valid!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"maurizio26",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Argomenti non validi!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS": "iamnotmega",
"_INFO": "This file is a translation for open ticket 3.5.6",
"_INFO": "This file is a translation for open ticket 3.5.7",
"errors": {
"missingArgsTitle": "매개 변수가 누락되었습니다!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS": "iamnotmega",
"_INFO": "This file is a translation for open ticket 3.5.6",
"_INFO": "This file is a translation for open ticket 3.5.7",
"errors": {
"missingArgsTitle": "매개 변수가 누락되었습니다!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"raze.hama",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"ئه‌وه‌ی هه‌ڵتبژاردوه‌ نادروسته‌",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Ronalds1398",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Nepareizi argumenti!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"noonenook",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Ugyldige argumenter!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"sasanwm",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"آرگومان‌های گم شده!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"mkevas",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Nieprawidłowe argumenty!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"quiradon",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Argumentos inválidos!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Sanke#6086",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Argumente Invalide",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"apexo & ander",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Неверные аргументы!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"iamnotmega",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"缺少参数!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"n1kkec",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Napačen argument!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"redactado & josuens",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"¡Argumentos inválidos!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"iamnotmega",
"_INFO":"Denna fil är en översättning för öppen biljett 3.5.6",
"_INFO":"Denna fil är en översättning för öppen biljett 3.5.7",
"errors":{
"missingArgsTitle":"Ogiltiga argument!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"modshd",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"อาร์กิวเมนต์ไม่ถูกต้อง",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"iamnotmega",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"缺少參數!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"Hydra#0009",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Geçersiz argümanlar!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"ander",
"_INFO":"Цей файл є перекладом для open ticket 3.5.6",
"_INFO":"Цей файл є перекладом для open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Невірні аргументи!",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"_CREDITS":"iamnotmega",
"_INFO":"This file is a translation for open ticket 3.5.6",
"_INFO":"This file is a translation for open ticket 3.5.7",
"errors":{
"missingArgsTitle":"Đối số không hợp lệ!",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "open-ticket",
"author": "DJdj Development",
"version": "3.5.6",
"version": "3.5.7",
"description": "The most advanced open-source discord ticket bot with HTML transcripts and plugins! It uses discord.js v14 & no database required!",
"main": "index.js",
"scripts": {