newline
This commit is contained in:
parent
86c074c7be
commit
2c27664979
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default {
|
||||||
if (command?.data) {
|
if (command?.data) {
|
||||||
res += `${command.data.description}.\n`;
|
res += `${command.data.description}.\n`;
|
||||||
} else {
|
} else {
|
||||||
res += loc.get('c_help3');
|
res += `${loc.get('c_help3')}\n`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
|
|
Loading…
Reference in a new issue