Is there any way to create embeds or webhooks that have the ability to create or have copy to clipboard buttons (sort of similar to hypertext links that can be copied easily). Ik discord doesn't have that feature currently.
Some links: https://stackoverflow.com/questions/71577884/how-to-add-copy-button-to-discord-webhook-embed-message
some guy was trying to implement, not sure if they has been able to: https://support.discord.com/hc/en-us/community/posts/360071963952-Copy-To-Clipboard-Within-Embeds
Discord
I've been developing a bot that pulls data from another game's API. It has a fuzzy search function which can grab a number of users based on an input and it will return their ID's. What I'm request...