feat: help command #36
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default {
|
|||
if (command?.data) {
|
||||
res += `${command.data.description}.\n`;
|
||||
} else {
|
||||
res += loc.get('c_help3');
|
||||
res += `${loc.get('c_help3')}\n`;
|
||||
}
|
||||
|
||||
return res;
|
||||
|
|
Loading…
Reference in a new issue