fix: not using format when I intended to format
This commit is contained in:
@@ -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(());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user