v2 changes

This commit is contained in:
2022-07-10 10:22:04 +02:00
parent 55efa32739
commit f66b9c1913
32 changed files with 836 additions and 460 deletions

View File

@@ -90,7 +90,7 @@ export class PegasusCommands {
if (command && command.func) {
const result = command.func(content, msg, params);
if (result == false) {
RdDCommands._chatAnswer(msg, command.descr);
PegasusCommands._chatAnswer(msg, command.descr);
}
return true;
}