mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 10:37:19 +00:00
parent
83daee09d9
commit
e36910b6b9
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ export async function muteUser(
|
|||
const muteType = getDefaultMuteType(pluginData);
|
||||
const muteExpiresAt = muteTime ? Date.now() + muteTime : null;
|
||||
const timeoutUntil = getTimeoutExpiryTime(muteExpiresAt);
|
||||
console.log("timeoutUntil", timeoutUntil, muteTime);
|
||||
|
||||
// No mod specified -> mark Zeppelin as the mod
|
||||
if (!muteOptions.caseArgs?.modId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue