Rework bot function #13

Merged
AstroGD merged 15 commits from feature/12-show-warning-if-logchannel-is-unreachable into dev 2022-11-29 03:07:01 +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 { 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");