Skip to content

Commit

Permalink
fixed docs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf2323 committed Oct 22, 2023
1 parent 37c03c1 commit e22f6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ You can use the `cancelOnLogout` argument to stop the folder executing any remai
|------------------|-------------------|------------------------|-------------------------------------------------------------------------------------------------|
| _events to run_ | eventName1,event2 | :octicons-x-circle-16: | One or multiple events to run. Contains event names seperated by commas. |
| _delay_ | Keyword | without delay | The delay before the folder starts executing it's events. |
| _period_ | period:number | 1 tick | The time between each event. Minimum value is one tick (~20ms). |
| _**period**_ | period:number | without delay | The time between each event of the folder. |
| _time unit_ | Keyword | Seconds | The unit of time to use for delay and period. Either `ticks` or `minutes`. Omit to use seconds. |
| _random_ | random:number | Disabled | Enables "random mode". Will randomly pick the defined amount of events . |
| _cancelOnLogout_ | Keyword | Disabled | If enabled, the folder will stop executing events if the player disconnects. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ Anything after these characters will be shown in the subtitle.
| fadeIn | Ticks to fade the title in. Default 10 |
| stay | Ticks to keep title on screen. Default 70 |
| fadeOut | Ticks to fade the title out. Default 20 |
| fadeOut | Ticks to fade the title out. Default 20 |
| [Sound](#sound) | Any option from the [SoundIO](#sound). |

### SubTitle
Expand Down Expand Up @@ -188,7 +187,7 @@ Does not output any sound or text 🔕. Can be used to remove built-in notificat

## Categories

Notify Categories are pre-defined [NotifyIO settings](#notify-ios). They can be applied to any notify event and are used
Notify Categories are pre-defined [NotifyIO settings](#categories). They can be applied to any notify event and are used
by BetonQuest's built-in notifications.
All categories must be defined in a section called `notifications`.

Expand Down

0 comments on commit e22f6d7

Please sign in to comment.