Skip to content

Commit

Permalink
Open Ticket v3.4.4
Browse files Browse the repository at this point in the history
v3.4.4
  • Loading branch information
DJj123dj authored Nov 9, 2023
2 parents e2e1e19 + 7de9339 commit 3b7674f
Show file tree
Hide file tree
Showing 29 changed files with 185 additions and 85 deletions.
9 changes: 4 additions & 5 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ Support for Open Ticket is only available for the versions specified below!

| Version | Supported |
|-----------|-------------------|
| 3.4.3 ||
| 3.4.4 ||
| 3.4.2 ||
| 3.4.1 ||
| 3.4.0 | 🟧 |
| < 3.4.0 ||
| 3.4.1 | 🟧 |
| < 3.4.1 ||

## Reporting a Vulnerability

Expand All @@ -34,7 +33,7 @@ Don't just report the error and never reply again! It can be possible that we ne
Visit [Contributing.md](/.github/CONTRIBUTING.md) for rules about translating & adding features!

<br>
SECURITY POLICY - Last updated: 23/3/2023<br>
SECURITY POLICY - Last updated: 9/11/2023<br>
© DJdj Development<br><br>
Website: https://www.dj-dj.be <br>
Discord: https://discord.dj-dj.be <br>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It is expected to have a public beta release somewhere around 30 September!

<img src="https://www.dj-dj.be/wp-content/uploads/2023/02/open-ticket-cropped.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.4.3-brightgreen.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/releases/tag/v3.4.3) [![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://docs.openticket.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.4.4-brightgreen.svg?style=flat-square)](https://github.com/DJj123dj/open-ticket/releases/tag/v3.4.4) [![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://docs.openticket.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 amount of 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!
Expand Down Expand Up @@ -71,7 +71,7 @@ Translators
|Ukrainian |anderskiy |

## links
current version: _v3.4.3_
current version: _v3.4.4_
</br>changelog: [click here](https://docs.openticket.dj-dj.be/other/changelog)
</br>documentation: [click here](https://docs.openticket.dj-dj.be/quick-start)

Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"dropdown":false,

"enableFooter":false,
"footer":"Open Ticket v3.4.3 - I'm a footer!",
"footer":"Open Ticket v3.4.4 - I'm a footer!",

"enableFooterImage":false,
"footerImage":"https://www.example.com/catmemes/cat.png",
Expand Down
2 changes: 1 addition & 1 deletion core/checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ exports.checker = async () => {
checkType(config.languageFile,"string","languagefile")
const lf = config.languageFile

if (!lf.startsWith("custom") && !lf.startsWith("english") && !lf.startsWith("dutch") && !lf.startsWith("romanian") && !lf.startsWith("german") && !lf.startsWith("arabic") && !lf.startsWith("spanish") && !lf.startsWith("portuguese") && !lf.startsWith("french") && !lf.startsWith("italian") && !lf.startsWith("czech") && !lf.startsWith("danish") && !lf.startsWith("russian") && !lf.startsWith("turkish") && !lf.startsWith("polish") && !lf.startsWith("slovenian") && !lf.startsWith("thai") && !lf.startsWith("norwegian") && !lf.startsWith("greek") && !lf.startsWith("ukrainian") && !lf.startsWith("hungarian")){
if (!lf.startsWith("custom") && !lf.startsWith("english") && !lf.startsWith("dutch") && !lf.startsWith("romanian") && !lf.startsWith("german") && !lf.startsWith("arabic") && !lf.startsWith("spanish") && !lf.startsWith("portuguese") && !lf.startsWith("french") && !lf.startsWith("italian") && !lf.startsWith("czech") && !lf.startsWith("danish") && !lf.startsWith("russian") && !lf.startsWith("turkish") && !lf.startsWith("polish") && !lf.startsWith("slovenian") && !lf.startsWith("thai") && !lf.startsWith("norwegian") && !lf.startsWith("greek") && !lf.startsWith("ukrainian") && !lf.startsWith("hungarian") && !lf.startsWith("indonesian")){
createError("'languagefile' | invalid language, more info in the wiki")
}

Expand Down
2 changes: 1 addition & 1 deletion core/utils/liveStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ exports.liveStatusUploadManager = async (err) => {
//system:config.system
},
language:config.languageFile,
version:"3.4.3",
version:"3.4.4",
slashcmds:slashMode,
transcripts:transcriptMode,
plugins:fs.readdirSync("./plugins"),
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
INFORMATION:
============
Open Ticket v3.4.3 - © DJdj Development
Open Ticket v3.4.4 - © DJdj Development
discord: https://discord.dj-dj.be
website: https://www.dj-dj.be
Expand Down
2 changes: 1 addition & 1 deletion language/arabic.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_CREDITS":"ChilledBroke#9986 & M4#5882",
"_INFO":"This file is a translation for open ticket 3.4.3",
"_INFO":"This file is a translation for open ticket 3.4.4",

"errors": {
"missingArgsTitle": "قيمة غير صالحة!",
Expand Down
2 changes: 1 addition & 1 deletion language/custom.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_CREDITS":"DJdj Development",
"_INFO":"This file is a translation for open ticket 3.4.3",
"_INFO":"This file is a translation for open ticket 3.4.4",

"errors":{
"missingArgsTitle":"Invalid Arguments!",
Expand Down
106 changes: 53 additions & 53 deletions language/czech.json
Original file line number Diff line number Diff line change
@@ -1,99 +1,99 @@
{
"_CREDITS":"t0miiis#3022",
"_INFO":"This file is a translation for open ticket 3.4.3",
"_CREDITS":"spyeye_",
"_INFO":"This file is a translation for open ticket 3.4.4",

"errors":{
"missingArgsTitle":"Neplatny Argument!",
"missingArgsTitle":"Neplatný Argument!",
"missingArgsDescription":"Chybí Argument",
"noPermsTitle":"Nemáš práva!",
"noPermsDescription":"Potřebujes `ADMINISTRATOR`roli nebo byt v listině povolenych roli!",
"noPermsDelete":"Pouze Admini muůřou mazat ticket!",
"chooseFromListTitle":"Neplatný ID",
"noPermsTitle":"K tomuto nemáš práva!",
"noPermsDescription":"Potřebuješ `ADMINISTRATOR`roli nebo být na seznamu povolených rolí!",
"noPermsDelete":"Pouze Admin může vymazat ticket!",
"chooseFromListTitle":"Neplatné ID",
"chooseFromListDescription":"Vyber si jedno z ID níže:",
"boterror":"Bot Chyba!",
"boterror":"Chyba Bota!",
"notInTicketTitle":"Nejsi v ticketu!",
"notInTicketDescription":"Tenhle příkaz nefunguje mimo ticket!",
"ticketDoesntExist":"Tenhle ticket už neexistuje !",
"roleDoesntExist":"Tenhle role už neexistuje!",
"anotherOption":"This option is not a ticket but another type!",
"maxAmountTitle":"Max počet byl dosáhnut!",
"maxAmountDescription":"Dosáhl jsi max počet povolených ticketu!\nSo nemůžeš si vytvořit nový!",
"somethingWentWrong":"**Něco se pokazilo!**\nProsím zkus to jindy!"
"notInTicketDescription":"Tento příkaz nefunguje mimo ticket!",
"ticketDoesntExist":"Tento ticket už neexistuje!",
"roleDoesntExist":"Tato role už neexistuje!",
"anotherOption":"Tato možnost není ticket, ale jiná!",
"maxAmountTitle":"Byl dosáhnut maximální počet",
"maxAmountDescription":"Dosáhl jsi maximální počet povolených ticketů!\nTaže si nemůžeš vytvořit nový.",
"somethingWentWrong":"**Něco se pokazilo!**\nProsíme zkuste to později!"
},
"commands":{
"userAddedTitle":"Přidat {0} do tohohle ticketu!",
"userRemovedTitle":"Odstranit {0} z tohohle ticketu!",
"renameTitle":"Změnit jmeno na {0}!",
"closeTitle":"Zavři tenhle ticket!",
"deleteTitle":"Mažu ticket...",
"reopenTitle":"Znovu otevíram ticket",
"userAddedTitle":"Přidat {0} do tohoto ticketu.",
"userRemovedTitle":"Odstranit {0} z tohoto ticketu.",
"renameTitle":"Změnit jméno na {0}!",
"closeTitle":"Uzavřít tento ticket!",
"deleteTitle":"Probíhá vymazání ticketu...",
"reopenTitle":"Ticket byl znovu otevřen",

"claimTitle":"Ticket nyní převzal {0}",
"unclaimTitle":"Ticket není převzaný",
"changeTitle":"Změněn typ ticketu {0}!",
"unclaimTitle":"Ticket není nadále převzaný",
"changeTitle":"Typ ticketu byl změněn {0}!",

"statsTitle":"Tady je info o ticketu {0}!",
"statsTitle":"Zde jsou informace o ticketu {0}!",
"autocloseTitle":"Tento ticketu bude automaticky uzavřen za {0}!",
"autocloseRejectTitle":"Tento ticketu už nebude automaticky uzavřen!",
"autocloseWarn":"Toto zavře pouze neaktivní tickety!",
"autocloseRejectTitle":"Tento ticket již nebude automaticky uzavřen!",
"autocloseWarn":"Tato možnost uzavře pouze neaktivní tickety!",

"goToTicket":"běž do ticketu",
"ticketWarning":"The embed is in the message below!",
"maxTicketWarning":"**Warning:** _Můžeš vytvořit pouze {0} v tuhle chvíli!_"
"goToTicket":"Jít do ticketu",
"ticketWarning":"Embed se náchází pod touto zprávou.",
"maxTicketWarning":"**Warning:** _V tuto chvíli můžeš vytvořit pouze {0} ticketů_"
},
"helpMenu":{
"title":"Dostupné příkazy:",
"header1":"**Běž do {0} pro vytvoření ticketi!**\n\n",
"header2":"**Použíj příkaz `/nový` nebo `/ticket` pro vytvoření ticketu**\n\n",
"title":"Zde jsou všechny dostupné příkazy:",
"header1":"**Pro vytvoření ticketu bež do {0} **\n\n",
"header2":"**Použíj příkaz `/nový` nebo `/ticket` pro vytvoření nového ticketu**\n\n",

"msgCmd":"Vytvoř embed s tlačíky. (admins only)",
"renameCmd":"Přejmenovat ticket. (no spaces)",
"msgCmd":"Vytvoř embed s tlačíky. (Pouze Admin)",
"renameCmd":"Přejmenovat ticket. (Bez mezer)",
"closeCmd":"Zavřít ticket.",
"deleteCmd":"Odstranit ticket.",
"addCmd":"Pridat uživatele do ticketu.",
"removeCmd":"Odebrat uživatele z ticketu.",
"reopenCmd":"Re-Open a ticket after it was closed.",
"reopenCmd":"Znovu otevře ticket, který byl uzavřen.",
"changeCmd":"Změnit typ ticketu.",
"claimCmd":"Převzi ticket.",
"unclaimCmd":"Uvolnit ticket.",
"statsCmd":"Zobrazit info o ticketu.",
"autocloseCmd":"Nastavit automatické uzavření ticketu"
},
"buttons":{
"close":"Zavřit ticket",
"close":"Uzavřít ticket",
"delete":"Vymazat ticket",
"reopen":"Znovu otevřít ticket",
"closeWithReason":"zavřít s důvodem"
"closeWithReason":"Zzavřít s důvodem"
},
"messages":{
"closedDescription":"Pouze admini muzou zde psát ted!\n\n*Klikni na tlačítko níže pro smazání nebo pro znovu otevření tohohle ticketu!*",
"closedDescription":"Zde mohou psát pouze Admin uživatelé\n\n*Klikni na tlačítko níže pro smazání nebo pro znovu otevření tohoto ticketu!*",
"createdTitle":"Ticket otevřen!",
"createdDescription":"Tvůj ticket je vytvořem, můžeš si ho všimnout pomocí pingu!",

"newTicketDmTitle":"Nový ticket!",
"closedTicketDmTitle":"Ticket Zavřený!",
"deletedTicketDmTitle":"Ticket Odstranen!",
"closedTicketDmDescription":"Tvuj ticket je uzavřen!",
"deletedTicketDmDescription":"Tvuj ticket byl smazan!",
"closedTicketDmTitle":"Ticket byl Uzavřen!",
"deletedTicketDmTitle":"Ticket byl Odstraněn!",
"closedTicketDmDescription":"Tvůj ticket je uzavřen!",
"deletedTicketDmDescription":"Tvůj ticket byl vymazán!",
"reopenTicketDmTitle":"Ticket je znovu otevřený!",
"reopenTicketDmDescription":"Tvuj ticket byl znovu ovetřený!",

"chooseCategory":"Vyber si kategorii:",
"gettingdeleted":"Ticket bude vymazan...",
"gettingdeleted":"Ticket bude vymazán...",

"none":"žádný",
"reason":"důvod",
"createdat":"otevřeno v",
"openedby":"otevřel",
"deletedby":"smazano uzivatelem",
"closedby":"zavreno uzivatelem",
"none":"Žádný",
"reason":"Důvod",
"createdat":"Otevřeno v",
"openedby":"Otevřel",
"deletedby":"Vymázáno uživatelem",
"closedby":"Uzavřeno uživatelem",

"modalreason":"Jakž byl důvod k zavření toho ticketu?",
"chooseATicket": "Vyber ticket"
"modalreason":"Zde napiš důvod uzavření tohoto ticketu.",
"chooseATicket": "Vyber si ticket"
},
"transcripts":{
"title":"Přepis",
"processed":"Tento přepis se zpracoval",
"title":"Záznam",
"processed":"Tento záznam byl zpracován",
"wait":"Prosím počkej!",
"estimated":"Odhadovaný čas",
"available":"Záloha je uložena zde!"
Expand Down
2 changes: 1 addition & 1 deletion language/danish.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_CREDITS":"the_gamer#5095",
"_INFO":"This file is a translation for open ticket 3.4.3",
"_INFO":"This file is a translation for open ticket 3.4.4",

"errors": {
"missingArgsTitle": "Ugyldigt Argument!",
Expand Down
2 changes: 1 addition & 1 deletion language/dutch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_CREDITS":"DJj123dj#1706",
"_INFO":"This file is a translation for open ticket 3.4.3",
"_INFO":"This file is a translation for open ticket 3.4.4",

"errors":{
"missingArgsTitle":"Onjuiste parameters!",
Expand Down
2 changes: 1 addition & 1 deletion language/english.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_CREDITS":"DJdj Development",
"_INFO":"This file is a translation for open ticket 3.4.3",
"_INFO":"This file is a translation for open ticket 3.4.4",

"errors":{
"missingArgsTitle":"Invalid Arguments!",
Expand Down
2 changes: 1 addition & 1 deletion language/french.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_CREDITS":"Sanke#6086",
"_INFO":"This file is a translation for open ticket 3.4.3",
"_INFO":"This file is a translation for open ticket 3.4.4",

"errors":{
"missingArgsTitle":"Arguments invalides!",
Expand Down
2 changes: 1 addition & 1 deletion language/german.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_CREDITS":"david.#8276 ",
"_INFO":"This file is a translation for open ticket 3.4.3",
"_INFO":"This file is a translation for open ticket 3.4.4",

"errors":{
"missingArgsTitle":"Ungültiges Argument!",
Expand Down
2 changes: 1 addition & 1 deletion language/greek.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_CREDITS":"ꙅoᴎɒᎸɘƚꙅ#3744",
"_INFO":"This file is a translation for open ticket 3.4.3",
"_INFO":"This file is a translation for open ticket 3.4.4",

"errors":{
"missingArgsTitle":"Invalid Arguments!",
Expand Down
2 changes: 1 addition & 1 deletion language/hungarian.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_CREDITS":"Snowy",
"_INFO":"This file is a translation for open ticket 3.4.3",
"_INFO":"This file is a translation for open ticket 3.4.4",

"errors":{
"missingArgsTitle":"Hibás paraméterek!",
Expand Down
Loading

0 comments on commit 3b7674f

Please sign in to comment.