v2.5 (added translation for 2 new languages)

This commit is contained in:
DJj123dj
2022-08-14 21:23:04 +02:00
parent 568b2c9bee
commit 0845390569
11 changed files with 193 additions and 215 deletions
+2
View File
@@ -84,6 +84,7 @@ client.on('ready',async () => {
if (!process.argv[2]){
console.log(chalk.red("WELCOME TO OPEN TICKET!"))
log("info","open ticket ready",[{key:"version",value:require("./package.json").version},{key:"language",value:config.languagefile}])
require("./core/utils/warningManager")()
console.log(chalk.blue("\n\nlogs:")+"\n============")
if (config.status.enabled){
@@ -105,6 +106,7 @@ client.on('ready',async () => {
if (!process.argv[2].startsWith("slash")){
console.log(chalk.red("WELCOME TO OPEN TICKET!"))
log("info","open ticket ready",[{key:"version",value:require("./package.json").version},{key:"language",value:config.languagefile}])
require("./core/utils/warningManager")()
console.log(chalk.blue("\n\nlogs:")+"\n============")
if (config.status.enabled){