chore: run prettier
This commit is contained in:
parent
1518d58e25
commit
710bedd050
3 changed files with 3 additions and 14 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue