diff --git a/src/structure/client/ModerationManager.js b/src/structure/client/ModerationManager.js index e1f331a..d0a4168 100644 --- a/src/structure/client/ModerationManager.js +++ b/src/structure/client/ModerationManager.js @@ -328,7 +328,7 @@ class ModerationManager { executor: info.executor, reason: stripIndents`${reason} *${wrapper.format('INFRACTION_AUTOMODESCALATION')}*`, - duration: info.duration, + duration: response.escalation.length ? response.escalation.length * 1000 : null, // info.duration, data: info.data, points, expiration,