Fix Title
This commit is contained in:
parent
f9093f5681
commit
c0d185a106
@ -16,7 +16,7 @@ module.exports = {
|
|||||||
let data = response.body
|
let data = response.body
|
||||||
const embed = new EmbedBuilder()
|
const embed = new EmbedBuilder()
|
||||||
.setColor("#FF0000")
|
.setColor("#FF0000")
|
||||||
.setTitle("🏓 Pong!")
|
.setTitle("Here is something to do!")
|
||||||
.setDescription(data.activity)
|
.setDescription(data.activity)
|
||||||
.setTimestamp()
|
.setTimestamp()
|
||||||
.setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });
|
.setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });
|
||||||
|
@ -56,6 +56,7 @@ module.exports = {
|
|||||||
interaction.editReply({
|
interaction.editReply({
|
||||||
embeds: [embed]
|
embeds: [embed]
|
||||||
});
|
});
|
||||||
|
meaningsArray = []
|
||||||
rand = Math.floor(Math.random() * 99999).toString();
|
rand = Math.floor(Math.random() * 99999).toString();
|
||||||
} else {
|
} else {
|
||||||
// Options for Audio Download
|
// Options for Audio Download
|
||||||
@ -90,6 +91,7 @@ module.exports = {
|
|||||||
embeds: [embed],
|
embeds: [embed],
|
||||||
files: [file]
|
files: [file]
|
||||||
});
|
});
|
||||||
|
meaningsArray = []
|
||||||
rand = Math.floor(Math.random() * 99999).toString();
|
rand = Math.floor(Math.random() * 99999).toString();
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user