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,
|
||||
reason,
|
||||
});
|
||||
|
||||
pluginData.state.events.emit("unban", user.id);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue