fix: don't log state in /render

This commit is contained in:
2026-05-28 02:14:33 -04:00
parent 24ef5a67c4
commit 31d53c1e58

View File

@@ -189,7 +189,7 @@ fn parse_options(interaction: &Interaction) -> Result<Options, ParseOptionsError
}) })
} }
#[tracing::instrument] #[tracing::instrument(skip(state))]
pub async fn handle(state: State, interaction: Interaction) { pub async fn handle(state: State, interaction: Interaction) {
let Some(guild_id) = interaction.guild_id else { let Some(guild_id) = interaction.guild_id else {
state state