From 8a4a7997bc51c3979a1fc8f86e933ac9d29d9502 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Wed, 25 Aug 2021 22:58:20 -0600 Subject: [PATCH] help bug --- commands/misc/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." );