diff --git a/commands/misc/help.js b/commands/misc/help.js index 934ad03..e1c2469 100644 --- a/commands/misc/help.js +++ b/commands/misc/help.js @@ -63,7 +63,7 @@ module.exports = { return message.reply(command.help ? command.help instanceof Discord.MessageEmbed - ? command.help.setFooter("Natsuki | [optional]", client.user.avatarURL()).setColor("c375f0").setTimestamp() + ? {embeds: [command.help.setFooter("Natsuki | [optional]", client.user.avatarURL()).setColor("c375f0").setTimestamp()]} : command.help.replace(/{{p}}/g, prefix) : "I don't seem to have any help info available for that command." );