diff --git a/src/plugins/Slowmode.ts b/src/plugins/Slowmode.ts index 553493b7..196e6944 100644 --- a/src/plugins/Slowmode.ts +++ b/src/plugins/Slowmode.ts @@ -7,7 +7,7 @@ import { ZeppelinPlugin } from "./ZeppelinPlugin"; import { SavedMessage } from "../data/entities/SavedMessage"; import { GuildSavedMessages } from "../data/GuildSavedMessages"; -const NATIVE_SLOWMODE_LIMIT = 6 * 60 * 60 * 1000; // 6 hours +const NATIVE_SLOWMODE_LIMIT = 6 * 60 * 60; // 6 hours interface ISlowmodePluginConfig { use_native_slowmode: boolean;