feat: help command #36

Merged
Anri merged 23 commits from help into main 2022-07-25 00:54:19 +02:00
Showing only changes of commit 2c27664979 - Show all commits

View file

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