feat: add doCheckInactive

This commit is contained in:
元凛
2022-02-07 21:36:24 +08:00
parent f3ccc454b5
commit a83194ca41
5 changed files with 139 additions and 23 deletions

View File

@@ -193,7 +193,7 @@ export class IssueHelperEngine implements IIssueHelperEngine {
// ^_^ ============= ^_^
// -[ Advanced Begin ]->
case 'check-inactive': {
await doCheckInactive();
await doCheckInactive(body, emoji);
break;
}
}