3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 17:45:03 +00:00

unused import

This commit is contained in:
metal 2021-09-14 15:44:40 +00:00 committed by almeidx
parent c9627e9219
commit e684722908
No known key found for this signature in database
GPG key ID: F403F80B79353CB4

View file

@ -2,7 +2,6 @@ import { typedGuildEventListener } from "knub";
import { RecentActionType } from "../constants";
import { GuildSavedMessages } from "../../../data/GuildSavedMessages";
import { runAutomod } from "../functions/runAutomod";
import diff from "lodash.difference";
import { AutomodContext, AutomodPluginType } from "../types";
export const RunAutomodOnThreadCreate = typedGuildEventListener<AutomodPluginType>()({