| name | random |
| description | This is a mock command designed to test mekara's natural language compilation and execution functionality. |
This is a mock command designed to test mekara's natural language compilation and execution functionality.
$ARGUMENTS
Process
Step 0: Generate a random number
Use shuf to generate a random number between 1 and 100.
Step 1: Get user's guess
Ask the user to guess the number. Do NOT guess a number on behalf of the user; you MUST ask the user for this number.
Step 2: Check the guess
If the user guessed the right number, print out "You got it right!"; otherwise, print out "You got it wrong!"
Step 3: React to the outcome
If the user won, congratulate them on being such a prescient user. If they lost, give them a choice insult.