3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00

Remove unnecessary import

This commit is contained in:
Dark 2020-10-09 22:48:56 +02:00
parent 6ab19c8093
commit ce3fced720

View file

@ -8,7 +8,6 @@ import { GuildPluginData } from "knub";
import { SavedMessage } from "../../../data/entities/SavedMessage";
import { LogType } from "../../../data/LogType";
import { allowTimeout } from "../../../RegExpRunner";
import { snowflakeToTimestamp } from "src/utils/snowflakeToTimestamp";
const MAX_CLEAN_COUNT = 150;
const MAX_CLEAN_TIME = 1 * DAYS;