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

fix: missing imports

This commit is contained in:
Dragory 2024-01-27 15:04:39 +02:00
parent 6840fb4646
commit 008ac1bec0
No known key found for this signature in database
3 changed files with 11 additions and 3 deletions

View file

@ -1,6 +1,6 @@
import { Snowflake } from "discord.js";
import z from "zod";
import { zSnowflake } from "../../../utils";
import { renderUsername, zSnowflake } from "../../../utils";
import { consumeIgnoredRoleChange } from "../functions/ignoredRoleChanges";
import { automodTrigger } from "../helpers";

View file

@ -1,6 +1,6 @@
import { Snowflake } from "discord.js";
import z from "zod";
import { zSnowflake } from "../../../utils";
import { renderUsername, zSnowflake } from "../../../utils";
import { consumeIgnoredRoleChange } from "../functions/ignoredRoleChanges";
import { automodTrigger } from "../helpers";