Improve plugins, make settings server separate

This commit is contained in:
Isaac
2021-03-03 17:20:33 +00:00
parent b4135169e7
commit d5463a9bc3
19 changed files with 73 additions and 796 deletions

View File

@@ -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) {