File tree Expand file tree Collapse file tree 3 files changed +2
-27
lines changed
streamerbot/3.api/1.sub-actions/core/logic Expand file tree Collapse file tree 3 files changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,3 @@ parameters:
2020 - `0`{lang=cs} can be auto-typed to a numeric type such as `int`{lang=cs} or `long`{lang=cs}
2121 - `true`{lang=cs} or `false`{lang=cs} can be auto-typed to a `bool`{lang=cs}
2222---
23-
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ parameters:
88 required : true
99 description : |
1010 Enter the value for the left hand side of the comparison
11-
11+
1212 This can contain other `%variables%`{lang=cs} as well as inline functions
1313 - name : Operator
1414 type : Select
@@ -44,9 +44,8 @@ parameters:
4444 default : false
4545 description : |
4646 Whether or not the comparison will be performed without checking casing
47-
47+
4848 For example:
4949 - `yes`{lang=cs} would match `YES`{lang=cs} is it is checked
5050 - `yes`{lang=cs} would not match `YES`{lang=cs} if it is not checked
5151---
52-
You can’t perform that action at this time.
0 commit comments