From 386b30aeddfd5ab770dd90e4048833c2682c1788 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:43:11 -0600 Subject: [PATCH] chore: update discord link --- src/commands/help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/help.ts b/src/commands/help.ts index e33d94b..9296d5f 100644 --- a/src/commands/help.ts +++ b/src/commands/help.ts @@ -13,6 +13,6 @@ export function help() { )} for an interactive setup to your new bot project! ${green( - `If you have any ideas, suggestions, bug reports, kindly join our support server: https://discord.gg/xzK5fUKT4r` + `If you have any ideas, suggestions, bug reports, kindly join our support server: https://sern.dev/discord` )}`; }