Cleanup, working on getting play to work
This commit is contained in:
@@ -57,7 +57,7 @@ pub async fn run(ctx: &Context, command: &ApplicationCommandInteraction) {
|
||||
return;
|
||||
}
|
||||
};
|
||||
let _ = InsertGuild::update_audio(guild_id.0 as i64, bound_volume);
|
||||
let _ = InsertGuild::update_audio(guild_id.0 as i64, bound_volume as f64);
|
||||
let manager = get_songbird(ctx).await;
|
||||
if let Some(handler_lock) = manager.get(guild_id) {
|
||||
let handler = handler_lock.lock().await;
|
||||
|
||||
Reference in New Issue
Block a user