Unbound Future

This commit is contained in:
2023-03-12 14:46:09 -04:00
parent 51053b043b
commit 577f286773

View File

@@ -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(())
}