Database things, pinned messages, start on ticket claiming

This commit is contained in:
Isaac
2021-05-03 16:30:52 +01:00
parent eb1fb737bb
commit a7248d88ea
13 changed files with 169 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
const { MessageEmbed } = require('discord.js');
const Command = require('../modules/commands/command');
const { MessageEmbed } = require('discord.js');
module.exports = class BlacklistCommand extends Command {
constructor(client) {