GitXplorerGitXplorer
T

discord_embed_validator

public
2 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
160c613bdfb3da52adb573d80573ce31081a2c27

fix docs

TTsugami committed 4 years ago
Unverified
36e5ee8c1526887454dabd9ac566ee2d35c0eec5

add dialyxir and ex_doc

TTsugami committed 4 years ago
Unverified
1b18d8c3f83b15ec60571450a8f1a23a890699cb

feat: add spec

TTsugami committed 4 years ago
Unverified
2d6abf8de06e4f3104e1761b6b66e3fea9daf382

feat: add rich valdator

TTsugami committed 4 years ago
Unverified
02b00a01b4312308fce2305633d238f7debcb4c8

add max fields validator

TTsugami committed 4 years ago
Unverified
0550f4e7fab008bbe09f4578686034e42a1b48f0

add custom message for custom valdiator

TTsugami committed 4 years ago

README

The README file for this repository.

DiscordEmbedValidator - WIP

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.

Installation

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.