1 2 3 4 5 6 7 8 9 10
#![doc = include_str!("../README.md")] #[cfg(test)] use {anyhow as _, dotenvy as _, tokio as _, twilight_gateway as _, twilight_util as _}; pub mod builder; pub mod extract; pub mod handle; pub use handle::InteractionHandle;