Packages

A Gleam library for interacting with the Discord API

Current section

Files

Jump to
shimmer src shimmer@shards.erl
Raw

src/shimmer@shards.erl

-module(shimmer@shards).
-compile(no_auto_import).
-export_type([shards_manager/1]).
-type shards_manager(IJJ) :: {shards_manager,
binary(),
list(shimmer@intents:intent()),
gleam@erlang@process:subject(IJJ),
list(shimmer@client:client(IJJ))}.