feat: allow setting a corresponding text channel for a voice channel

This commit is contained in:
2026-04-17 01:19:09 -04:00
parent 612a696829
commit 62399c2046
4 changed files with 83 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ pub use one_to_many::OneToManyUniqueBTreeMap;
pub use one_to_many_with_data::OneToManyUniqueBTreeMapWithData;
pub use one_to_one::OneToOneBTreeMap;
pub use storage::Storage;
pub use track_vcs::{VCs, initialize_vcs, update_vcs};
pub use track_vcs::{GuildVoiceChannelToTextChannel, VCs, initialize_vcs, update_vcs};
pub use vc_user::{UserInVCData, VoiceStatus};
capnp::generated_code!(pub mod user_capnp);