Remove unused import
This commit is contained in:
parent
c3b0a4316b
commit
f4b7685f94
@ -1,7 +1,6 @@
|
|||||||
import { ChatInputCommandInteraction, PermissionFlagsBits, SlashCommandBuilder } from "discord.js";
|
import { ChatInputCommandInteraction, PermissionFlagsBits, SlashCommandBuilder } from "discord.js";
|
||||||
import { IsNull } from "typeorm";
|
import { IsNull } from "typeorm";
|
||||||
import { Badword, database } from "../data";
|
import { Badword, database } from "../data";
|
||||||
import { getGuildSetting } from "../tools/data";
|
|
||||||
|
|
||||||
const builder = new SlashCommandBuilder();
|
const builder = new SlashCommandBuilder();
|
||||||
builder.setName("showblocklist");
|
builder.setName("showblocklist");
|
||||||
|
Loading…
Reference in New Issue
Block a user