EVAL.SAVE
Saves a Python eval preset for later execution.
Syntax
Arguments
| Argument | Type | Description |
|---|---|---|
NAME |
Required | Preset name (max 100 chars) |
Workflow
- Run
EVAL.SAVE > my_preset - Bot asks: "Please send the eval command below..."
- Send your Python eval code
- Preset is saved
Examples
Save a Preset
Then send:
Behavior
- Preset saved to
eval_presets/NAME.py - 100-character name limit
- Overwrites not allowed (prevents accidents)
See Also
- EVAL.RUN - Execute saved presets
- EVAL.LIST - View all presets
- EVAL.REMOVE - Delete presets