From 9bca32eb1b921fcbff34637fe566cfd84a73c60d Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Mon, 8 Aug 2022 07:09:42 -0700 Subject: [PATCH] add link --- commands/help.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/help.js b/commands/help.js index f40e313..7ee7f0e 100644 --- a/commands/help.js +++ b/commands/help.js @@ -189,6 +189,8 @@ module.exports = { Special thanks to Mav#1518 for the introduction to the project idea, as well as providing feedback on features and providing feature ideas. + + ${client.config.SupportServer} `); return interaction.send({ embeds: [creditsEmbed] })