Skip to main content

fluxer_rs/
lib.rs

1pub mod api;
2pub mod error;
3pub mod fluxerbot;
4pub mod gateway;
5pub mod high_level;
6pub mod serde;
7pub mod util;
8
9pub use fluxer_rs_macros::command;
10pub use fluxer_rs_macros::register_commands;