From 697dfb434332c1f3dd77eb101e18c2021aacd1b4 Mon Sep 17 00:00:00 2001 From: CTome <64846840+CrimsonTome@users.noreply.github.com> Date: Sun, 24 Jul 2022 12:07:32 +0100 Subject: [PATCH] rm /links from where to find hullcss --- SlashCommands/general/links.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +};