Skip to content

Commit

Permalink
fix: corrected discord link pattern (#8612)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshbedre authored May 2, 2023
1 parent ea67690 commit 28af11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-store/discord/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

1 comment on commit 28af11f

@vercel
Copy link

@vercel vercel bot commented on 28af11f May 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./apps/storybook

cal-com-storybook.vercel.app
ui-cal.vercel.app
ui-git-main-cal.vercel.app
timelessui.com
ui.cal.com
www.timelessui.com

Please sign in to comment.