twilight-interactions icon indicating copy to clipboard operation
twilight-interactions copied to clipboard

Macros and utilities to work with Discord Interactions using twilight.

Results 2 twilight-interactions issues
Sort by recently updated
recently updated
newest added

Modal support would be really convenient. A basic struct for modals would be great. ```rs #[derive(ModalDerive)] #[modal(title="my modal's title", custom_id="this_will_be_used_in_the_parser_too"] struct MyModal { // The fields will automatically get wrapped...

I noticed that there doesn't appear to be any documentation for how choices can be defined? Would be great if that could be added