chore: format
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
use crate::{
|
||||
VCs, call::join_and_record, command::State,
|
||||
};
|
||||
use crate::{VCs, call::join_and_record, command::State};
|
||||
use snafu::{OptionExt as _, Snafu};
|
||||
use std::
|
||||
sync::LazyLock
|
||||
;
|
||||
use std::sync::LazyLock;
|
||||
use twilight_model::{
|
||||
application::{
|
||||
command::{Command, CommandType},
|
||||
@@ -131,7 +127,8 @@ pub async fn handle(state: State, interaction: Interaction) {
|
||||
.songbird(&state.songbird)
|
||||
.user_data_manager(state.user_data_manager)
|
||||
.voice_channel_id(voice_channel_id)
|
||||
.call().await
|
||||
.call()
|
||||
.await
|
||||
{
|
||||
Ok(()) => {
|
||||
let channel_mention = format!("<#{voice_channel_id}>");
|
||||
|
||||
Reference in New Issue
Block a user