-[](https://discord.com/invite/26vT9wt3n3) [](https://github.com/DJj123dj/open-ticket/releases/tag/v3.5.5) []() [](https://github.com/DJj123dj/open-ticket/blob/main/LICENSE) [](https://otdocs.dj-dj.be)
+[](https://discord.com/invite/26vT9wt3n3) [](https://github.com/DJj123dj/open-ticket/releases/tag/v3.5.6) []() [](https://github.com/DJj123dj/open-ticket/blob/main/LICENSE) [](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!
@@ -37,7 +37,7 @@ Take a look at all the features and discover the possibilities!
## 🩷 Sponsors
A big thanks to all our sponsors!
--
**[SpyeEye](https://github.com/SpyEye2)**
+-
**[SpyEye](https://github.com/SpyEye2)**
-
**[DOSEV5](https://github.com/DOSEV5)**
-
**[Mods HD](https://github.com/mods-hd)**
@@ -77,8 +77,8 @@ A big thanks to all our sponsors!
|Persian |sasanwm |🟢 Up To Date |
|Latvian |ronalds1398 |🟢 Up To Date |
-## Links
-current version: _v3.5.5_
+## 📎 Links
+current version: _v3.5.6_
changelog: [click here](https://otgithub.dj-dj.be/releases)
documentation: [click here](https://otdocs.dj-dj.be/)
diff --git a/config.json b/config.json
index fee455b..4bd52cc 100644
--- a/config.json
+++ b/config.json
@@ -110,7 +110,7 @@
"dropdown":false,
"enableFooter":false,
- "footer":"Open Ticket v3.5.5 - I'm a footer!",
+ "footer":"Open Ticket v3.5.6 - I'm a footer!",
"enableFooterImage":false,
"footerImage":"https://www.example.com/catmemes/cat.png",
diff --git a/core/checker.js b/core/checker.js
index 8de0a02..871448e 100644
--- a/core/checker.js
+++ b/core/checker.js
@@ -90,25 +90,25 @@ exports.checker = async () => {
}
if (mode == "userid"){
arrayValue.forEach((value,index) => {
- if (value.length < 16 || value.length > 20 || !/^\d+$/.test(value)){
+ if (value.length < 16 || value.length > 40 || !/^\d+$/.test(value)){
createError("'"+path+":"+index+"' | this user id is invalid")
}
})
}else if (mode == "channelid"){
arrayValue.forEach((value,index) => {
- if (value.length < 16 || value.length > 20 || !/^\d+$/.test(value)){
+ if (value.length < 16 || value.length > 40 || !/^\d+$/.test(value)){
createError("'"+path+":"+index+"' | this channel id is invalid")
}
})
}else if (mode == "roleid"){
arrayValue.forEach((value,index) => {
- if (value.length < 16 || value.length > 20 || !/^\d+$/.test(value)){
+ if (value.length < 16 || value.length > 40 || !/^\d+$/.test(value)){
createError("'"+path+":"+index+"' | this role id is invalid")
}
})
}else if (mode == "serverid"){
arrayValue.forEach((value,index) => {
- if (value.length < 16 || value.length > 20 || !/^\d+$/.test(value)){
+ if (value.length < 16 || value.length > 40 || !/^\d+$/.test(value)){
createError("'"+path+":"+index+"' | this server id is invalid")
}
})
@@ -422,7 +422,7 @@ exports.checker = async () => {
checkType(config.adminRoles,"array","/adminRoles")
checkDiscordArray("roleid",config.adminRoles,"adminRoles")
- checkString(config.prefix,1,15,"prefix","prefix")
+ checkString(config.prefix,1,40,"prefix","prefix")
//languagefile
checkType(config.languageFile,"string","languageFile")
diff --git a/core/transcriptSystem/communication/compileJsonV1.js b/core/transcriptSystem/communication/compileJsonV1.js
index 5d27012..589f4c4 100644
--- a/core/transcriptSystem/communication/compileJsonV1.js
+++ b/core/transcriptSystem/communication/compileJsonV1.js
@@ -95,7 +95,7 @@ exports.compile = (guild,channel,user,messagesInv,data) => {
bot:{
name:data.bot.name || "Open Ticket",
id:Number(data.bot.id) || 0,
- pfp:data.bot.pfp || "dj-dj.be/wp-content/uploads/2022/07/profielfoto-blauw-wit.png?size=128"
+ pfp:data.bot.pfp || "transcripts.dj-dj.be/favicon.png"
},
ticket:{
name:channel.name,
diff --git a/core/transcriptSystem/manager.js b/core/transcriptSystem/manager.js
index ac6895e..1236da7 100644
--- a/core/transcriptSystem/manager.js
+++ b/core/transcriptSystem/manager.js
@@ -15,7 +15,7 @@ const checkAvailability = async () => {
if (process.argv.some((v) => v == "--tsoffline")) return true
const axios = require("axios").default
try{
- const res = await axios.get("https://transcripts.dj-dj.be/api/status.json")
+ const res = await axios.get("https://apis.dj-dj.be/transcripts/status.json")
if (!res || !(res.status == 200) || !res.data) return false
if (res.data && res.data["v2"] == "online") return true
diff --git a/index.js b/index.js
index e52f5f5..144a453 100644
--- a/index.js
+++ b/index.js
@@ -25,7 +25,7 @@
INFORMATION:
============
- Open Ticket v3.5.5 - © DJdj Development
+ Open Ticket v3.5.6 - © DJdj Development
discord: https://discord.dj-dj.be
website: https://www.dj-dj.be
diff --git a/language/arabic.json b/language/arabic.json
index 5db3808..cb1b1a7 100644
--- a/language/arabic.json
+++ b/language/arabic.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"deqressing",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors": {
"missingArgsTitle": "قيمة غير صالحة!",
diff --git a/language/bulgarian.json b/language/bulgarian.json
index d7776aa..c3e0bb7 100644
--- a/language/bulgarian.json
+++ b/language/bulgarian.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"Stragar",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Грешни Аргументи!",
diff --git a/language/custom.json b/language/custom.json
index 2a68f57..02cd3a8 100644
--- a/language/custom.json
+++ b/language/custom.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"DJdj Development",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Invalid Arguments!",
diff --git a/language/czech.json b/language/czech.json
index ea67cb3..70b1ba0 100644
--- a/language/czech.json
+++ b/language/czech.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"spyeye_",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Neplatný Argument!",
diff --git a/language/danish.json b/language/danish.json
index bfbf935..cba411b 100644
--- a/language/danish.json
+++ b/language/danish.json
@@ -1,6 +1,6 @@
{
"_CREDITS":".the_gamer",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors": {
"missingArgsTitle": "Ugyldigt Argument!",
diff --git a/language/dutch.json b/language/dutch.json
index fb850d6..f6596f3 100644
--- a/language/dutch.json
+++ b/language/dutch.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"djj123dj",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Onjuiste parameters!",
diff --git a/language/english.json b/language/english.json
index e234426..2316d49 100644
--- a/language/english.json
+++ b/language/english.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"DJdj Development",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Invalid Arguments!",
diff --git a/language/french.json b/language/french.json
index 34700b5..6a8f3ba 100644
--- a/language/french.json
+++ b/language/french.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"tostam",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Arguments invalides !",
diff --git a/language/german.json b/language/german.json
index f3ffdc0..b030871 100644
--- a/language/german.json
+++ b/language/german.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"david.3",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Ungültiges Argument!",
diff --git a/language/greek.json b/language/greek.json
index db460a3..250fac6 100644
--- a/language/greek.json
+++ b/language/greek.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"ꙅoᴎɒᎸɘƚꙅ#3744",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Invalid Arguments!",
diff --git a/language/hungarian.json b/language/hungarian.json
index 514fd64..bf461c8 100644
--- a/language/hungarian.json
+++ b/language/hungarian.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"Snowy",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Hibás paraméterek!",
diff --git a/language/indonesian.json b/language/indonesian.json
index ab73dae..ed7842a 100644
--- a/language/indonesian.json
+++ b/language/indonesian.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"erxg",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Argumen tidak valid!",
diff --git a/language/italian.json b/language/italian.json
index 9448082..fd4600d 100644
--- a/language/italian.json
+++ b/language/italian.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"maurizio26",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Argomenti non validi!",
diff --git a/language/kurdish.json b/language/kurdish.json
index 1ff1e3f..c30cc33 100644
--- a/language/kurdish.json
+++ b/language/kurdish.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"raze.hama",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"ئهوهی ههڵتبژاردوه نادروسته",
diff --git a/language/latvian.json b/language/latvian.json
index 0192c3f..0595cdf 100644
--- a/language/latvian.json
+++ b/language/latvian.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"Ronalds1398",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Nepareizi argumenti!",
diff --git a/language/norwegian.json b/language/norwegian.json
index 564af9d..edbbcd9 100644
--- a/language/norwegian.json
+++ b/language/norwegian.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"noonenook",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Ugyldige argumenter!",
diff --git a/language/persian.json b/language/persian.json
index 35c704b..836773e 100644
--- a/language/persian.json
+++ b/language/persian.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"sasanwm",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"آرگومانهای گم شده!",
diff --git a/language/polish.json b/language/polish.json
index 64ee2cd..57a1bc4 100644
--- a/language/polish.json
+++ b/language/polish.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"mkevas",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Nieprawidłowe argumenty!",
diff --git a/language/portuguese.json b/language/portuguese.json
index 848d2b1..620c907 100644
--- a/language/portuguese.json
+++ b/language/portuguese.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"quiradon",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Argumentos inválidos!",
diff --git a/language/romanian.json b/language/romanian.json
index 2162c66..38b4897 100644
--- a/language/romanian.json
+++ b/language/romanian.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"Sanke#6086",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Argumente Invalide",
diff --git a/language/russian.json b/language/russian.json
index 48ca91e..36066f6 100644
--- a/language/russian.json
+++ b/language/russian.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"apexo & ander",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Неверные аргументы!",
diff --git a/language/slovenian.json b/language/slovenian.json
index c875ddf..2d44abe 100644
--- a/language/slovenian.json
+++ b/language/slovenian.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"n1kkec",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Napačen argument!",
diff --git a/language/spanish.json b/language/spanish.json
index c4a751c..5ebfde5 100644
--- a/language/spanish.json
+++ b/language/spanish.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"redactado & josuens",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"¡Argumentos inválidos!",
diff --git a/language/thai.json b/language/thai.json
index d354b61..f691f4c 100644
--- a/language/thai.json
+++ b/language/thai.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"modshd",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"อาร์กิวเมนต์ไม่ถูกต้อง",
diff --git a/language/turkish.json b/language/turkish.json
index c70fe8e..bc5aeff 100644
--- a/language/turkish.json
+++ b/language/turkish.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"Hydra#0009",
- "_INFO":"This file is a translation for open ticket 3.5.5",
+ "_INFO":"This file is a translation for open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Geçersiz argümanlar!",
diff --git a/language/ukrainian.json b/language/ukrainian.json
index 4d72ae6..3f9ca69 100644
--- a/language/ukrainian.json
+++ b/language/ukrainian.json
@@ -1,6 +1,6 @@
{
"_CREDITS":"ander",
- "_INFO":"Цей файл є перекладом для open ticket 3.5.5",
+ "_INFO":"Цей файл є перекладом для open ticket 3.5.6",
"errors":{
"missingArgsTitle":"Невірні аргументи!",
diff --git a/logo.png b/logo.png
deleted file mode 100644
index e6988c9ff5bd64b43d6f52d9fedf62ed21e2eeba..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 139078
zcmeEvc{r5q+dtEgElUZdER|g$iLy;;-za1WLklfJk=-yMZPH@PI^_|iOh{xK5elJX
z->b1?ZLDMcowuFpeSd$xfA}6p-(wz)>%OjY{hXikyzXvk9NWKwX)O~C4b6&!2lkwx
zp;=yn{9&Mnp9CpK-n8LX@&eZ