Packages

A purely Gleam Discord library built from the ground up with stratus.

Current section

Files

Jump to
glyph src glyph.app.src
Raw

src/glyph.app.src

{application, glyph, [
{vsn, "0.2.0"},
{applications, [carpenter,
gleam_erlang,
gleam_hackney,
gleam_http,
gleam_json,
gleam_otp,
gleam_stdlib,
gleeunit,
logging,
prng,
stratus]},
{description, "A purely Gleam Discord library built from the ground up with stratus."},
{modules, [glyph@builders@embed,
glyph@builders@message,
glyph@clients@bot,
glyph@internal@cache,
glyph@internal@decoders,
glyph@internal@encoders,
glyph@internal@network@gateway,
glyph@internal@network@rest,
glyph@models@discord]},
{registered, []}
]}.