mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-11 13:07:20 +00:00
remove unused imports
This commit is contained in:
parent
1e9c31de1b
commit
811c08a400
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
import { Message, Snowflake, TextChannel, User } from "discord.js";
|
import { Message, Snowflake, TextChannel, User } from "discord.js";
|
||||||
import { GuildPluginData } from "knub";
|
import { GuildPluginData } from "knub";
|
||||||
import moment from "moment-timezone";
|
|
||||||
import { channelToTemplateSafeChannel, userToTemplateSafeUser } from "../../../utils/templateSafeObjects";
|
|
||||||
import { commandTypeHelpers as ct } from "../../../commandTypes";
|
import { commandTypeHelpers as ct } from "../../../commandTypes";
|
||||||
import { SavedMessage } from "../../../data/entities/SavedMessage";
|
import { SavedMessage } from "../../../data/entities/SavedMessage";
|
||||||
import { LogType } from "../../../data/LogType";
|
import { LogType } from "../../../data/LogType";
|
||||||
|
@ -10,7 +8,6 @@ import { getBaseUrl, sendErrorMessage, sendSuccessMessage } from "../../../plugi
|
||||||
import { allowTimeout } from "../../../RegExpRunner";
|
import { allowTimeout } from "../../../RegExpRunner";
|
||||||
import { DAYS, getInviteCodesInString, noop, SECONDS } from "../../../utils";
|
import { DAYS, getInviteCodesInString, noop, SECONDS } from "../../../utils";
|
||||||
import { utilityCmd, UtilityPluginType } from "../types";
|
import { utilityCmd, UtilityPluginType } from "../types";
|
||||||
import { boolean, number } from "io-ts";
|
|
||||||
import { LogsPlugin } from "../../Logs/LogsPlugin";
|
import { LogsPlugin } from "../../Logs/LogsPlugin";
|
||||||
import { humanizeDurationShort } from "../../../humanizeDurationShort";
|
import { humanizeDurationShort } from "../../../humanizeDurationShort";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue