pub mod bot; pub mod cofd; pub mod commands; pub mod config; pub mod dice; pub mod error; mod help; mod parser; pub mod roll; pub mod state;