Release/1.0.0 #14

Merged
AstroGD merged 21 commits from release/1.0.0 into main 2022-11-29 03:21:57 +01:00
Showing only changes of commit f4b7685f94 - Show all commits

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