mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Emit 'unban' event from !unban
This commit is contained in:
parent
ec81f63b5d
commit
72459e1d93
1 changed files with 2 additions and 0 deletions
|
@ -77,5 +77,7 @@ export const UnbanCmd = modActionsCmd({
|
||||||
caseNumber: createdCase.case_number,
|
caseNumber: createdCase.case_number,
|
||||||
reason,
|
reason,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
pluginData.state.events.emit("unban", user.id);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue