From 28af11f90ecfd9b858b5b0f4565ac2a748925d21 Mon Sep 17 00:00:00 2001 From: hiteshbedre <32206192+hiteshbedre@users.noreply.github.com> Date: Tue, 2 May 2023 15:44:26 +0530 Subject: [PATCH] fix: corrected discord link pattern (#8612) --- packages/app-store/discord/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app-store/discord/config.json b/packages/app-store/discord/config.json index ee93e56aba..d9bb3e8f8f 100644 --- a/packages/app-store/discord/config.json +++ b/packages/app-store/discord/config.json @@ -15,7 +15,7 @@ "label": "{TITLE}", "linkType": "static", "organizerInputPlaceholder": "https://discord.gg/420gg69", - "urlRegExp": "^http(s)?:\\/\\/(www\\.)?(discord.gg|discord.com)\\/[a-zA-Z0-9]*" + "urlRegExp": "^http(s)?:\\/\\/(www\\.)?discord\\.(gg|com)\\/[a-zA-Z0-9]+" } }, "description": "Copy your server invite link and start scheduling calls in Discord! Discord is a VoIP and instant messaging social platform. Users have the ability to communicate with voice calls, video calls, text messaging, media and files in private chats or as part of communities.",