You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/v5/dev/scripts/page.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ exports.run = run;
160
160
```
161
161
162
162
#### Building Effect Objects
163
-
Each effect object requires a `type` that tells Firebot what kind of effect the object is. You can see the list of all effect types [here](https://github.com/crowbartools/Firebot/tree/master/backend/effects/builtin).
163
+
Each effect object requires a `type` that tells Firebot what kind of effect the object is. You can see the list of all effect types [here](https://github.com/crowbartools/Firebot/tree/master/src/backend/effects/builtin).
164
164
165
165
The rest of the effect object depends on the type of effect. The best way to know what an effect object should look like for a particular effect is to create the effect manually on a command and then view the JSON file for your saved commands.
166
166
@@ -212,4 +212,4 @@ And then to output information to your console you can use these:
212
212
logger.debug("Outputs a DEBUG tagged message for the dev tools console!");
213
213
logger.info("Outputs an INFO tagged message for the dev tools console!");
214
214
logger.error("Outputs an ERROR tagged message for the dev tools console!");
0 commit comments