Skip to content

Commit b3a5e0f

Browse files
committed
fix(sysinfo): make all fields inline
1 parent 79b2445 commit b3a5e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/utils/sysinfo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub async fn sysinfo(ctx: Context<'_>) -> Result<()> {
8686
}
8787

8888
if let Some(storage) = &ctx.data().storage {
89-
embed = embed.field("KV keys", format!("{}", storage.size().await?), false);
89+
embed = embed.field("KV keys", format!("{}", storage.size().await?), true);
9090
}
9191

9292
ctx.send(CreateReply::default().embed(embed)).await?;

0 commit comments

Comments
 (0)