You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I just wanted to give you a heads-up that I'm using your tool to build a Discord bot that fixes links for platforms like TikTok, Twitter and of course Instagram, which have poor embedding on Discord. It’s working great, and our private Discord uses InstaFix a lot but sometimes people forget to add dd. in the front. If you have any issues please let me know.
@paulschoen Hey I also made a bot that uses these services a while back and I would like to give you a quick tip that you can use to make the bot output look a bit more cleaner using markdown .
you can use an invisible character like this one (inside the quotes) "⠀" and append it to a hyperlink, so that the resulting message only shows the embedded content without showing double links.
so the message that the bot sends is [⠀](embeddedlink) like this (with the empty space in the brackets being the invisible character):
Hey! I just wanted to give you a heads-up that I'm using your tool to build a Discord bot that fixes links for platforms like TikTok, Twitter and of course Instagram, which have poor embedding on Discord. It’s working great, and our private Discord uses InstaFix a lot but sometimes people forget to add
dd.
in the front. If you have any issues please let me know.https://github.com/paulschoen/link-lurker/tree/main
The text was updated successfully, but these errors were encountered: