Current section
Files
Jump to
Current section
Files
include/discord_gleam_Normal.hrl
-record(normal, {
bot :: discord_gleam@types@bot:bot(),
on_init :: fun((gleam@erlang@process:selector(any())) -> {any(),
gleam@erlang@process:selector(any())}),
handler :: fun((discord_gleam@types@bot:bot(), any(), discord_gleam:handler_message(any())) -> discord_gleam:next(any(), any()))
}).