chore: add temp sentry logging system

This commit is contained in:
Zomatree
2025-10-22 21:28:01 +01:00
parent 20a4816235
commit db19957de5
4 changed files with 9 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ mod voice_client;
pub use voice_client::VoiceClient;
async fn get_connection() -> Result<Conn> {
_get_connection().await.to_internal_error()
_get_connection().await.map_err(|_| create_error!(InternalError))
}
pub async fn raise_if_in_voice(user: &User, channel_id: &str) -> Result<()> {