1#![doc = include_str!("../README.md")] 2 3pub mod config; 4 5// Re-export commonly used types 6pub use config::BotConfig;