3
0
Fork 0
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:
Dragory 2021-04-29 02:22:39 +03:00
parent ec81f63b5d
commit 72459e1d93
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -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);
}, },
}); });