From c0d185a1064f02587437e1cb781487cec36554c2 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 25 Sep 2022 02:58:27 -0400 Subject: [PATCH] Fix Title --- commands/untils/activity.js | 2 +- commands/untils/dictionary.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/untils/activity.js b/commands/untils/activity.js index 647d6ca..c02f115 100644 --- a/commands/untils/activity.js +++ b/commands/untils/activity.js @@ -16,7 +16,7 @@ module.exports = { let data = response.body const embed = new EmbedBuilder() .setColor("#FF0000") - .setTitle("🏓 Pong!") + .setTitle("Here is something to do!") .setDescription(data.activity) .setTimestamp() .setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` }); diff --git a/commands/untils/dictionary.js b/commands/untils/dictionary.js index 952d25c..f40ce5d 100644 --- a/commands/untils/dictionary.js +++ b/commands/untils/dictionary.js @@ -56,6 +56,7 @@ module.exports = { interaction.editReply({ embeds: [embed] }); + meaningsArray = [] rand = Math.floor(Math.random() * 99999).toString(); } else { // Options for Audio Download @@ -90,6 +91,7 @@ module.exports = { embeds: [embed], files: [file] }); + meaningsArray = [] rand = Math.floor(Math.random() * 99999).toString(); }) }