Unbound Future
This commit is contained in:
@@ -24,7 +24,7 @@ pub async fn join(ctx: &Context, msg: &Message) -> CommandResult {
|
||||
},
|
||||
};
|
||||
|
||||
vc::join(ctx.clone(), guild.clone(), connect_to);
|
||||
vc::join(ctx.clone(), guild.clone(), connect_to).await;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user