Merge pull request #1646 from LenAnderson/qr-fix-run
This commit is contained in:
commit
e3d1008aa1
|
@ -464,7 +464,7 @@ export class QuickReply {
|
|||
const message = this.message.replace(/\{\{arg::([^}]+)\}\}/g, (_, key) => {
|
||||
return args[key] ?? '';
|
||||
});
|
||||
this.onExecute(this, message, args.isAutoExecute ?? false);
|
||||
return await this.onExecute(this, message, args.isAutoExecute ?? false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue