diff --git a/SlashCommands/general/links.js b/SlashCommands/general/links.js index 45bda36..09bfaee 100644 --- a/SlashCommands/general/links.js +++ b/SlashCommands/general/links.js @@ -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]}); }, -}; \ No newline at end of file +}; diff --git a/commands/general/link.js b/commands/general/link.js index 124ef15..7ed3bac 100644 --- a/commands/general/link.js +++ b/commands/general/link.js @@ -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] });