Kieran 2022-07-25 15:16:50 +01:00
commit 26e95f0799
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ module.exports = {
.setTitle("Links!")
.setColor('GREEN')
.setFooter({ text: `Called By: ${interaction.user.tag}`})
.addField('Find us here:','https://hullcss.org/links')
.addField('Find us here:','https://hullcss.org')
interaction.reply({ embeds: [embed]});
},
};
};

View File

@ -14,7 +14,7 @@ module.exports = {
.setTitle("Links!")
.setColor('GREEN')
.setFooter({ text: `Called By: ${message.author.tag}`})
.addField('Find us here:','https://hullcss.org/links')
.addField('Find us here:','https://hullcss.org')
message.channel.send({ embeds: [embed] });