From 217c48f4d2b1b2a32357ae29c94ad1f24055f99f Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Tue, 23 Apr 2024 21:15:10 -0400 Subject: [PATCH] change discord invite link --- src/setup/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup/constants.ts b/src/setup/constants.ts index e98284fa..2e83dec6 100644 --- a/src/setup/constants.ts +++ b/src/setup/constants.ts @@ -1,5 +1,5 @@ export const APP_VERSION = import.meta.env.PACKAGE_VERSION; -export const DISCORD_LINK = "https://movie-web.github.io/links/discord"; +export const DISCORD_LINK = "https://discord.gg/7FrXjCrDyp"; export const GITHUB_LINK = "https://github.com/sussy-code/smov"; export const TWITTER_LINK = "https://twitter.com/SudoFlix"; export const DONATION_LINK = "https://ko-fi.com/movieweb";