Rework bot function #13
@@ -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");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user