From 4cc12e7c8b65b29729190b7076252f005ed63060 Mon Sep 17 00:00:00 2001 From: Nathaniel Wood Date: Tue, 8 Oct 2024 14:04:08 -0600 Subject: [PATCH] Update: Some small little changes --- src/commands/moderation/clear.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/moderation/clear.js b/src/commands/moderation/clear.js index c18e7e3..34f69ec 100644 --- a/src/commands/moderation/clear.js +++ b/src/commands/moderation/clear.js @@ -72,6 +72,7 @@ module.exports = class extends Command { logger.info(`Error deleting messages: ${error}`, { label: "ERROR" }); return message.channel.send({ content: "There was an error trying to delete messages in this channel." }); } + setTimeout(() => { }, 10000); } const embed = new MessageEmbed() @@ -88,7 +89,7 @@ module.exports = class extends Command { .setColor(message.guild.me.displayHexColor); message.channel - .sendCustom({ embeds: [embed] }) + .send({ embeds: [embed] }) .then(async (s) => { if (logging && logging.moderation.delete_reply === "true") { setTimeout(() => {