Custom URL Schemes #6114
Unanswered
rtchade
asked this question in
API Feature Requests & Ideas
Replies: 2 comments 3 replies
-
Hi, Have you found a work around for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nope, never was able to get this working. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have internal applications we use for our development workflow. These tools support custom URL schemes that are registered when our tools are installed. This makes it really easy for us to share a deep-link URL between users for our tools.
Previously we could send these links on discord and have them be clickable with
<myscheme://stuff>
however, the latest update seems to have broken this ability.As a workaround I wrote a bot that inserted an embed and message components when it sniffed out a
myscheme://
URL in attempt to generate clickable links. However, it doesn't seem like anything I do works. I simply get a 400 error when trying to have a link button component use our custom scheme, or have the description of an embed display a custom scheme link with markdown.The error I get is:
Is there any way we can make this work?
Beta Was this translation helpful? Give feedback.
All reactions