feat: create a BotDataManager abstraction by copying and pasting then editing UserDataManager
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
mod bot_data;
|
||||
pub mod command;
|
||||
mod one_to_many;
|
||||
mod one_to_many_with_data;
|
||||
@@ -11,6 +12,7 @@ mod vc_user;
|
||||
capnp::generated_code!(mod bot_capnp);
|
||||
capnp::generated_code!(mod user_capnp);
|
||||
|
||||
pub use bot_data::BotDataManager;
|
||||
pub use command::{Router as CommandRouter, State, all as all_commands};
|
||||
pub use one_to_many::OneToManyUniqueBTreeMap;
|
||||
pub use one_to_many_with_data::OneToManyUniqueBTreeMapWithData;
|
||||
|
||||
Reference in New Issue
Block a user