botx_api/
lib.rs

1#[macro_use]
2extern crate derive_builder;
3
4pub mod bot;
5pub mod api;
6pub mod extensions;