mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
Fix missing bot feedback on bans
This commit is contained in:
parent
1e1e999fc6
commit
08c5749859
1 changed files with 6 additions and 0 deletions
|
@ -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$]", {
|
||||||
|
|
Loading…
Add table
Reference in a new issue