utility.charinfo: fix description
This commit is contained in:
parent
5e972b8fe7
commit
2e843f0c04
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ hf.registerCommand(jumbo);
|
||||||
|
|
||||||
const charinfo = new Command("charinfo");
|
const charinfo = new Command("charinfo");
|
||||||
charinfo.category = CATEGORY;
|
charinfo.category = CATEGORY;
|
||||||
charinfo.description = "Get information about a set of characters.";
|
charinfo.helpText = "Get information about a set of characters.";
|
||||||
charinfo.usage = "[characters]";
|
charinfo.usage = "[characters]";
|
||||||
charinfo.addAlias("char");
|
charinfo.addAlias("char");
|
||||||
charinfo.callback = async function (msg, line) {
|
charinfo.callback = async function (msg, line) {
|
||||||
|
|
Loading…
Reference in a new issue