More URL schemes on link buttons
https://github.com/discordjs/discord.js/blob/main/packages/builders/src/components/button/LinkButton.ts#L22-L29
I was hoping to make a url button for a magnet (
magnet:
) link, but got an error that lead me here.
Is the url scheme limitation server side? I don't see a reason to restrict it locally3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPdiscord doesn't support other protocols
Yeahh, i assumed as much- just thought i'd check. Thanks for the clarification :3