This commit is contained in:
Mylloon 2022-07-24 15:53:13 +02:00
parent 86c074c7be
commit 2c27664979
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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;