[AB-xxx] adding input value to choose and 8ball command

changing structure of choose
This commit is contained in:
Sheldan
2025-04-26 13:09:09 +02:00
parent 0696cae350
commit 812e41448e
4 changed files with 5 additions and 9 deletions

View File

@@ -0,0 +1 @@
The magic 8-ball says to `${input?json_string}`:

View File

@@ -1 +1 @@
I have chosen: ${choice}.
From `${choices?join("`, `")?json_string}` I have chosen: `${choice?json_string}`.