3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 14:11:50 +00:00

Merge branch 'master' of github.com:Dragory/ZeppelinBot

This commit is contained in:
Dragory 2019-10-11 22:31:59 +03:00
commit 1bc9915250

View file

@ -479,6 +479,12 @@ export class ModActionsPlugin extends ZeppelinPlugin<TConfigSchema> {
mod: stripObjectToScalars(mod), mod: stripObjectToScalars(mod),
user: stripObjectToScalars(user), user: stripObjectToScalars(user),
}); });
return {
status: "success",
case: createdCase,
notifyResult,
};
} }
@d.command("update", "<caseNumber:number> [note:string$]", { @d.command("update", "<caseNumber:number> [note:string$]", {