Remove unused import

This commit is contained in:
Lukas | AstroGD 2022-11-29 01:58:08 +01:00
parent c3b0a4316b
commit f4b7685f94
Signed by: AstroGD
GPG Key ID: 82A5E6C236C535AA

View File

@ -1,7 +1,6 @@
import { ChatInputCommandInteraction, PermissionFlagsBits, SlashCommandBuilder } from "discord.js";
import { IsNull } from "typeorm";
import { Badword, database } from "../data";
import { getGuildSetting } from "../tools/data";
const builder = new SlashCommandBuilder();
builder.setName("showblocklist");