Fix Title

This commit is contained in:
Raven Scott 2022-09-25 02:58:27 -04:00
parent f9093f5681
commit c0d185a106
2 changed files with 3 additions and 1 deletions

View File

@ -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()}` });

View File

@ -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();
})
}