Current section
Files
Jump to
Current section
Files
include/glyph@clients@bot_BotClient.hrl
-record(bot_client, {
token_type :: glyph@network@rest:token_type(),
token :: binary(),
client_url :: binary(),
client_version :: binary(),
intents :: integer(),
handlers :: glyph@models@discord:event_handler(),
api_client :: glyph@clients@api:api_client()
}).