Added webapp
This commit is contained in:
@ -41,7 +41,7 @@ module.exports = {
|
||||
const embed = new EmbedBuilder()
|
||||
.setColor("#03FC20")
|
||||
.setTitle("🐺 count")
|
||||
.setDescription(`I have counted ${basecount} wolf messages`)
|
||||
.setDescription(`[I have counted ${basecount} wolf messages](https://wolfcount.skywolfteam.nl/)`)
|
||||
.setTimestamp()
|
||||
.setFooter({ text: `Requested by ${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}` });
|
||||
interaction.followUp({ embeds: [embed] });
|
||||
|
Reference in New Issue
Block a user