diff --git a/src/commands/showblocklist.ts b/src/commands/showblocklist.ts index 5fd05b7..7a6ce0b 100644 --- a/src/commands/showblocklist.ts +++ b/src/commands/showblocklist.ts @@ -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");