3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 16:25:03 +00:00

Emit 'unban' event from !unban

This commit is contained in:
Dragory 2021-04-29 02:22:39 +03:00
parent c6237b200c
commit cb5454534a

View file

@ -77,5 +77,7 @@ export const UnbanCmd = modActionsCmd({
caseNumber: createdCase.case_number,
reason,
});
pluginData.state.events.emit("unban", user.id);
},
});