Lib for validate Discord Embed Map/Struct inspired by discord-embed-validator
The official documentation for the Embed Object can be found here, and its limits here.
If available in Hex, the package can be installed
by adding embed_validator
to your list of dependencies in mix.exs
:
def deps do
[
{:discord_embed_validator, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/discord_embed_validator.