Current section

Files

Jump to
discord_gleam include discord_gleam@event_handler_Simple.hrl
Raw

include/discord_gleam@event_handler_Simple.hrl

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