This commit is contained in:
2024-10-19 23:15:26 -04:00
parent 4de3d738a2
commit 3f540dd92a

View File

@@ -25,7 +25,7 @@ pub async fn eval(ctx: Context<'_>,
}
})?;
ctx.reply(format!("{}{values}", String::from_utf8(output)?)).await?;
ctx.reply(format!("{values}")).await?;
Ok(())
}