package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Dec 14, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package embed handles discord message embed construction and formatting.
Build an embed into a message.
type Author struct {
Colour int `json:"colour"`
Name string `json:"name"`
Channel string `json:"channel"`
Icon string `json:"icon"`
}
Author of an embed.
Add an author to the embed.
Authors known by the system.
Get the details for a specific author.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.