diff --git a/src/commands/gambling/wager.rs b/src/commands/gambling/wager.rs index 69d1082..eb77889 100644 --- a/src/commands/gambling/wager.rs +++ b/src/commands/gambling/wager.rs @@ -64,7 +64,7 @@ pub async fn wager( Some(item) } None => { - ctx.reply("item {item} does not exist.").await?; + ctx.reply(format!("item {item} does not exist.")).await?; return Ok(()); } }