Remove unused import

This commit is contained in:
2022-11-29 01:58:08 +01:00
parent c3b0a4316b
commit f4b7685f94

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");