reset loop state on leave/stop

This commit is contained in:
2024-06-18 15:49:58 +02:00
parent c0d9f6cad5
commit dbaf1a1374
7 changed files with 51 additions and 19 deletions

View File

@@ -38,6 +38,9 @@ pub(crate) async fn join_channel(
call.deafen(true).await?;
}
// create guild config
state.guild_settings.entry(guild_id).or_default();
Ok(())
}