mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 08:41:25 +03:00
Improve plugins, make settings server separate
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
const { MessageEmbed } = require('discord.js');
|
||||
const {
|
||||
Command,
|
||||
OptionTypes
|
||||
} = require('../modules/commands');
|
||||
const { OptionTypes } = require('../modules/commands/helpers');
|
||||
const Command = require('../modules/commands/command');
|
||||
|
||||
module.exports = class NewCommand extends Command {
|
||||
constructor(client) {
|
||||
|
Reference in New Issue
Block a user