Fix Title
This commit is contained in:
parent
f9093f5681
commit
c0d185a106
@ -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()}` });
|
||||
|
@ -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();
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user