3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 09:35:02 +00:00

refactor: remove unused import

This commit is contained in:
Hiroyuki 2021-09-06 18:59:21 -04:00
parent 529a0bfc0e
commit e59c874705
No known key found for this signature in database
GPG key ID: 258488F5F6FE3CAE

View file

@ -15,7 +15,6 @@ import { isBanned } from "../functions/isBanned";
import { readContactMethodsFromArgs } from "../functions/readContactMethodsFromArgs"; import { readContactMethodsFromArgs } from "../functions/readContactMethodsFromArgs";
import { modActionsCmd } from "../types"; import { modActionsCmd } from "../types";
import { LogsPlugin } from "../../Logs/LogsPlugin"; import { LogsPlugin } from "../../Logs/LogsPlugin";
import { TextChannel } from "discord.js";
const opts = { const opts = {
mod: ct.member({ option: true }), mod: ct.member({ option: true }),