feat: ability to join call with user
This commit is contained in:
@@ -2,6 +2,7 @@ use std::{fmt::Debug, sync::Arc};
|
||||
|
||||
use futures::future::BoxFuture;
|
||||
use patricia_tree::StringPatriciaMap;
|
||||
use songbird::Songbird;
|
||||
use twilight_model::application::{command::Command, interaction::Interaction};
|
||||
|
||||
use crate::VCs;
|
||||
@@ -13,6 +14,7 @@ mod opt_out;
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct State {
|
||||
pub vcs: Arc<VCs>,
|
||||
pub songbird: Arc<Songbird>,
|
||||
}
|
||||
|
||||
type Return = ();
|
||||
|
||||
Reference in New Issue
Block a user