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

Update backend/src/plugins/ModActions/functions/actualKickMemberCmd.ts

Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
metal 2021-09-24 09:05:44 +01:00 committed by almeidx
parent 4e6deff1db
commit 930d2077ab
No known key found for this signature in database
GPG key ID: F403F80B79353CB4

View file

@ -1,7 +1,6 @@
import { GuildMember, Message, TextChannel, ThreadChannel } from "discord.js";
import { GuildPluginData } from "knub";
import { hasPermission } from "knub/dist/helpers";
import { GuildMessage } from "knub/dist/types";
import { LogType } from "../../../data/LogType";
import { canActOn, sendErrorMessage, sendSuccessMessage } from "../../../pluginUtils";
import { errorMessage, resolveMember, resolveUser } from "../../../utils";