change shardlog and edit help

This commit is contained in:
ry 2020-01-31 21:06:11 +01:00
parent 8598f27de8
commit fe9a102f0a
2 changed files with 7 additions and 5 deletions

View file

@ -145,8 +145,8 @@ module.exports = class nHelp extends Command {
}
} else {
Help.setDescription(
`Use ${ctx.utils.format.code(
`'help --<cagegory> <command> to get help on a specific command`
`Use \n${ctx.utils.format.code(
`'help --<cagegory> <command or alias> to get help on a specific command`
)}\n\n${short.join("\n")}`
);
return ctx.send(Help);