Skip to main content
hex
preview
Search
preview
discord_webhook
0.1.1
hex.pm
Change color theme
Light
Dark
System
Select File
LICENSE
README.md
gleam.toml
include/discord_webhook_Embed.hrl
include/discord_webhook_Message.hrl
include/discord_webhook_Webhook.hrl
src/discord_webhook.app.src
src/discord_webhook.erl
src/discord_webhook.gleam
include/discord_webhook_Message.hrl
-
record
(
message
,
{
content
:
:
list
(
binary
(
)
)
,
embeds
:
:
list
(
discord_webhook
:
embed
(
)
)
}
)
.