chore: extract out Discord event handling

This commit is contained in:
2026-03-20 15:08:28 -04:00
parent e759b78d20
commit 56f63764a5
3 changed files with 119 additions and 105 deletions

View File

@@ -1,10 +1,12 @@
mod one_to_many;
mod one_to_many_with_data;
mod one_to_one;
mod track_vcs;
mod vc_user;
pub use one_to_many::OneToManyUniqueBTreeMap;
pub use one_to_many_with_data::OneToManyUniqueBTreeMapWithData;
pub use one_to_one::OneToOneBTreeMap;
pub use track_vcs::{VCs, initialize_vcs, update_vcs};
pub use vc_user::{UserInVCData, VoiceStatus};