chore: run prettier

This commit is contained in:
Dragory 2024-01-27 14:38:02 +02:00
parent 1518d58e25
commit 710bedd050
No known key found for this signature in database
3 changed files with 3 additions and 14 deletions

View file

@ -1,9 +1,4 @@
import {
ChannelType,
GuildTextThreadCreateOptions,
ThreadAutoArchiveDuration,
ThreadChannel,
} from "discord.js";
import { ChannelType, GuildTextThreadCreateOptions, ThreadAutoArchiveDuration, ThreadChannel } from "discord.js";
import z from "zod";
import { TemplateSafeValueContainer, renderTemplate } from "../../../templateFormatter";
import { MINUTES, convertDelayStringToMS, noop, zBoundedCharacters, zDelayString } from "../../../utils";