twilight-interactions-derive 0.17.0

Macros and utilities to make Discord Interactions easy to use with Twilight.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Implementation of `CommandModel` and `CreateCommand` derive macros.

mod impls;

mod model;
mod subcommand;
mod user_application;

pub use impls::{
    dummy_command_model, dummy_create_command, impl_command_model, impl_create_command,
};