This commit is contained in:
2022-05-20 09:57:35 +03:00
parent c719eaf4fd
commit 9f656d5f3f
24 changed files with 70 additions and 1502 deletions

View File

@@ -86,12 +86,6 @@ namespace DiscordBot
await languageManager.ListAllLanguages();
Console_Utilities.ProgressBar pbar;
IProgress<float> progress = null;
Task t;
int prg = 0;
while (true)
{
Console.ForegroundColor = ConsoleColor.White;
@@ -338,6 +332,7 @@ namespace DiscordBot
return false;
}
public static void SetLanguage(string LanguageName)
{
string langSettings = Functions.dataFolder + "Language.txt";
@@ -417,6 +412,10 @@ namespace DiscordBot
}
return;
}
else if (args[0] == "test")
{
return;
}
if (args.Length == 0)