3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 23:25:02 +00:00

Fix missing bot feedback on bans

This commit is contained in:
Miikka 2019-10-11 13:51:12 +03:00 committed by GitHub
parent f0399b5562
commit bb00142031

View file

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