Current section

Files

Jump to
discord_gleam include discord_gleam_Simple.hrl
Raw

include/discord_gleam_Simple.hrl

-record(simple, {
bot :: discord_gleam@bot:bot(),
handlers :: list(fun((discord_gleam@bot:bot(), discord_gleam@event_handler:packet()) -> nil)),
next :: discord_gleam:next(any(), any()),
nil_state :: any()
}).