Current section
Files
Jump to
Current section
Files
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()
}).