mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
+debug
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
b47db15ad2
commit
83daee09d9
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ 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
Reference in a new issue