New Embed Builder in d.js master is garbo

This commit is contained in:
Dragon Fire
2020-02-25 09:24:45 -05:00
parent 53145852fd
commit 89fce733d6
60 changed files with 445 additions and 59 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
const Command = require('../../structures/Command');
const { MessageEmbed } = require('discord.js');
const MessageEmbed = require('../../structures/MessageEmbed');
module.exports = class EmbedCommand extends Command {
constructor(client) {