chore: reduce logging of unnecessary things in initialize_vcs
This commit is contained in:
@@ -71,7 +71,7 @@ async fn initialize_server_vcs(
|
||||
}
|
||||
}
|
||||
|
||||
#[tracing::instrument(skip(discord_client), ret)]
|
||||
#[tracing::instrument(skip(vcs_sender, discord_client))]
|
||||
pub async fn initialize_vcs(vcs_sender: &VCsSender, discord_client: &twilight_http::Client) {
|
||||
if let Ok(guilds_res) = discord_client.current_user_guilds().limit(200).await
|
||||
&& let Ok(guilds) = guilds_res.model().await
|
||||
|
||||
Reference in New Issue
Block a user