gleam add discord_framework@1
import discord_framework
pub fn main() {
// TODO: An example of the project in use
}
Further documentation can be found at https://hexdocs.pm/discord_framework.
gleam run # Run the project
gleam test # Run the tests
- Restructure interaction handler results (Reponse and Error types)
- Restructure chat input commands
- Use resolved to populate the command option with the partial data type
- Use resolved to populate the values of message components with the partial data type