fixed README

This commit is contained in:
2023-04-07 09:59:41 +03:00
parent 623232b67e
commit 84b7d663bc
2 changed files with 3 additions and 2 deletions

View File

@@ -56,8 +56,9 @@ namespace PluginManager.Others
return textValue; return textValue;
} }
catch catch (Exception ex)
{ {
ex.WriteErrFile(); // Write the error to a file
await Task.Delay(100); await Task.Delay(100);
return await ReadFromPakAsync(FileName, archFile); return await ReadFromPakAsync(FileName, archFile);
} }

View File

@@ -41,7 +41,7 @@ internal class LevelCommand : DBCommand
public List<string> Aliases => new() { "lvl" }; public List<string> Aliases => new() { "lvl" };
public string Description => "Display tour current level"; public string Description => "Display your current level";
public string Usage => "level"; public string Usage => "level";