v3.2.2 push 4

This commit is contained in:
DJj123dj
2023-02-24 21:48:59 +01:00
parent 6e730f058d
commit 65f82171d3
6 changed files with 93 additions and 71 deletions
+2 -2
View File
@@ -13,13 +13,13 @@ if (lfexists) localLanguage = require("../language/"+config.languagefile+".json"
const errorLog = async () => {
const chalk = await (await import("chalk")).default
console.log(chalk.red("Something went wrong when loading the language!")+"\nCheck the config file or create a ticket in our server!")
require("./startscreen").headerDataLanguage("Something went wrong when loading the language!",true)
}
const successLog = async (language) => {
const chalk = await (await import("chalk")).default
console.log(chalk.green("loaded language "+language+"..."))
require("./startscreen").headerDataLanguage("sucessfully loaded language "+language,false)
}
if (!localLanguage){