From 4f7f724b798dad220d645ecabe984cff99571bd1 Mon Sep 17 00:00:00 2001 From: Harkirat Singh Date: Wed, 26 Apr 2023 16:43:11 +0530 Subject: [PATCH] Fixed discord validation --- 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 0e3931a684e93d..aefa1197b0d431 100644 --- a/packages/app-store/discord/config.json +++ b/packages/app-store/discord/config.json @@ -16,7 +16,7 @@ "label": "{TITLE}", "linkType": "static", "organizerInputPlaceholder": "https://discord.gg/420gg69", - "urlRegExp": "^http(s)?:\\/\\/(www\\.)?discord.gg\\/[a-zA-Z0-9]*" + "urlRegExp": "^http(s)?:\\/\\/(www\\.)?(discord.gg|discord.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.",