Library providing structures representing objects from the Discord API and a few utility structs.
The library can be installed by adding crux_structs
to your list of dependencies in mix.exs
:
def deps() do
[
{:crux_structs, "~> 0.2.3"}
]
end