Current section
Files
Jump to
Current section
Files
src/glyph.app.src
{application, glyph, [
{vsn, "0.0.1"},
{applications, [birl,
envoy,
gleam_hackney,
gleam_http,
gleam_json,
gleam_stdlib,
gleeunit,
stratus]},
{description, "A purely Gleam Discord library built from the ground up with stratus (STILL WIP)."},
{modules, [clients@bot,
glyph,
models@api,
models@decoders,
network@gateway,
network@rest]},
{registered, []}
]}.