fix: don't log state in /render
This commit is contained in:
@@ -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) {
|
||||
let Some(guild_id) = interaction.guild_id else {
|
||||
state
|
||||
|
||||
Reference in New Issue
Block a user