1pub mod core; 2pub mod ephemeral_message; 3mod error; 4pub mod events; 5pub mod menu; 6 7pub static VERSION: &str = env!("CARGO_PKG_VERSION"); 8pub use crate::core::RegisterRichInteractions; 9pub use error::*;