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

Type fixes + circular dependency fix

This commit is contained in:
Dragory 2021-08-18 20:01:06 +03:00
parent 44fbd020db
commit c7f739fd8f
20 changed files with 70 additions and 83 deletions

View file

@ -119,7 +119,7 @@ export const BanCmd = modActionsCmd({
});
} else {
pluginData.getPlugin(LogsPlugin).logMemberBan({
mod,
mod: mod.user,
user,
caseNumber: createdCase.case_number,
reason,