Update Placeholder Condition authored by Ethan's avatar Ethan
...@@ -10,8 +10,8 @@ Used for making custom conditions. ...@@ -10,8 +10,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 | `Required` | | `placeholder` | `ph` | The placeholder to match to the value. | String, Boolean, Number | `Required` |
| `value` | `v` | What the placeholder will match to. | String | `Required` | | `value` | `v` | What the placeholder will match to. | String, Boolean, Number | `Required` |
## Examples ## Examples
``` ```
... ...
......