mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
fix: add missing noop import
This commit is contained in:
parent
446f188e16
commit
b162d8c72e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { TextChannel } from "discord.js";
|
||||||
import * as t from "io-ts";
|
import * as t from "io-ts";
|
||||||
import { renderTemplate, TemplateSafeValueContainer } from "../../../templateFormatter";
|
import { renderTemplate, TemplateSafeValueContainer } from "../../../templateFormatter";
|
||||||
import { ChannelTypeStrings } from "../../../types";
|
import { ChannelTypeStrings } from "../../../types";
|
||||||
import { convertDelayStringToMS, MINUTES, tDelayString, tNullable } from "../../../utils";
|
import { convertDelayStringToMS, MINUTES, noop, tDelayString, tNullable } from "../../../utils";
|
||||||
import { savedMessageToTemplateSafeSavedMessage, userToTemplateSafeUser } from "../../../utils/templateSafeObjects";
|
import { savedMessageToTemplateSafeSavedMessage, userToTemplateSafeUser } from "../../../utils/templateSafeObjects";
|
||||||
import { automodAction } from "../helpers";
|
import { automodAction } from "../helpers";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue