mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-14 05:57:18 +00:00
Update muteUser.ts
This commit is contained in:
parent
5e680ca335
commit
a0496cc2f6
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ export async function muteUser(
|
||||||
reason: reason || "None",
|
reason: reason || "None",
|
||||||
time: timeUntilUnmute,
|
time: timeUntilUnmute,
|
||||||
moderator: muteOptions.caseArgs?.modId
|
moderator: muteOptions.caseArgs?.modId
|
||||||
? stripObjectToScalars(await resolveUser(pluginData.client, muteOptions.caseArgs?.modId))
|
? stripObjectToScalars(await resolveUser(pluginData.client, muteOptions.caseArgs.modId))
|
||||||
: "",
|
: "",
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue