Current section
Files
Jump to
Current section
Files
src/discord_gleam.app.src
{application, discord_gleam, [
{vsn, "0.3.0"},
{applications, [birl,
bravo,
gleam_erlang,
gleam_hackney,
gleam_http,
gleam_json,
gleam_otp,
gleam_stdlib,
glenvy,
hackney,
logging,
repeatedly,
stratus]},
{description, "discord_gleam is a library for making discord bots in gleam (basic commands only)"},
{modules, [discord_gleam,
discord_gleam@@main,
discord_gleam@discord@intents,
discord_gleam@discord@snowflake,
discord_gleam@event_handler,
discord_gleam@http@endpoints,
discord_gleam@http@request,
discord_gleam@internal@error,
discord_gleam@logger,
discord_gleam@types@bot,
discord_gleam@types@channel,
discord_gleam@types@message,
discord_gleam@types@reply,
discord_gleam@types@slash_command,
discord_gleam@types@user,
discord_gleam@ws@event_loop,
discord_gleam@ws@packets@generic,
discord_gleam@ws@packets@hello,
discord_gleam@ws@packets@identify,
discord_gleam@ws@packets@interaction_create,
discord_gleam@ws@packets@message,
discord_gleam@ws@packets@message_delete,
discord_gleam@ws@packets@ready]},
{registered, []}
]}.