embed-visualizer icon indicating copy to clipboard operation
embed-visualizer copied to clipboard

discord embed visualization tool

Results 33 embed-visualizer issues
Sort by recently updated
recently updated
newest added

For changing embed to embeds (an array). Discord updated the API so bots have to send an array of embed or embeds.

JDA deprecated the `MessageBuilder#setEmbed` method and introduced a `MessageBuilder#setEmbeds` method to support multiple embeds on a single message (DV8FromTheWorld/JDA#1871).

Discord.js has released v13 which has stopped the method on the current website to not work. Embeds work in the similar way to how webhooks do, as per you can...

If the title contains multiple spaces in a row (and not at the start or end), then Discord displays all those spaces (even in the web app). However, the visualiser...

Hi! Just wondering if you've considered adapting this into a VS Code extension? Would definitely be useful for seeing what your output will look like w/o needing to switch to...

This PR does quit a lot so il try to list everything i did over the last two days. * Updated react and react script dependencies * Updated all Components...

Hello world! I tried your embed visualizer and I really liked it! Then, I tried to export my embed to PHP but only saw RestCord and I use discordPHP :(...

Bumps [simple-markdown](https://github.com/Khan/simple-markdown) from 0.2.2 to 0.7.2. Release notes Sourced from simple-markdown's releases. Update flow types & add support for single level parenthesis in links Changes: d26a2954 fixes flow types for...

dependencies

The old snippet used very outdated code for discord.py, this change will update it to use the latest version of discord.py