fixed README
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user