3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +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 1e1e999fc6
commit 08c5749859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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$]", {