Update Placeholder Condition authored by Ethan's avatar Ethan
...@@ -9,8 +9,8 @@ Used for making custom conditions. ...@@ -9,8 +9,8 @@ Used for making custom conditions.
| Parameter | Aliases | Description | Type | Default Value | | Parameter | Aliases | Description | Type | Default Value |
| ------ | ------ | ------ | ------ | ------ | | ------ | ------ | ------ | ------ | ------ |
| `placeholder` | `ph` | The placeholder to match to the value. | `String, Boolean, Number` | `Required` | | `placeholder` | `ph` | The placeholder to match to the value. | `Any` | `Required` |
| `value` | `v` | What the placeholder will match to. | `String, Boolean, Number` | `Required` | | `value` | `v` | What the placeholder will match to. | `Any` | `Required` |
## Examples ## Examples
``` ```
... ...
......