feat: heatseeking
This commit is contained in:
@@ -18,7 +18,7 @@ pub type GuildVoiceChannelToTextChannel =
|
||||
pub type VCsInGuild =
|
||||
OneToManyUniqueBTreeMapWithData<Id<ChannelMarker>, Id<UserMarker>, UserInVCData>;
|
||||
pub type VCs = BTreeMap<Id<GuildMarker>, VCsInGuild>;
|
||||
pub type VCsWatcher = watch::Sender<VCs>;
|
||||
pub type VCsSender = watch::Sender<VCs>;
|
||||
|
||||
#[tracing::instrument(skip(discord_client), ret)]
|
||||
async fn initialize_user_in_vc(
|
||||
|
||||
Reference in New Issue
Block a user