Packages

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

Current section

Files

Jump to
glyph include glyph@models@discord_BotClient.hrl
Raw

include/glyph@models@discord_BotClient.hrl

-record(bot_client, {
token_type :: glyph@internal@network@rest:token_type(),
token :: binary(),
client_url :: binary(),
client_version :: binary(),
intents :: integer(),
handlers :: glyph@models@discord:event_handler(),
rest_client :: glyph@internal@network@rest:rest_client()
}).