Packages

A Gleam library for interacting with the Discord API

Current section

Files

Jump to
shimmer include shimmer_Client.hrl
Raw

include/shimmer_Client.hrl

-record(client, {
token :: binary(),
handlers :: shimmer:handlers(),
intents :: integer()
}).