Packages

A purely Gleam Discord library built from the ground up with stratus.

Current section

Files

Jump to
glyph include glyph@models@discord_EventHandler.hrl
Raw

include/glyph@models@discord_EventHandler.hrl

-record(event_handler, {
on_message_create :: fun((glyph@models@discord:message()) -> {ok, nil} |
{error, glyph@models@discord:discord_error()})
}).