mirror of
https://github.com/reality/dbot.git
synced 2024-12-02 17:09:29 +01:00
Fix docs for [#233]
This commit is contained in:
parent
4b5aceea49
commit
bd32a06276
@ -10,7 +10,7 @@ timers.
|
|||||||
|
|
||||||
### API
|
### API
|
||||||
|
|
||||||
#### addTimer(callback, interval, [firstDate])
|
#### addTimer(interval, callback, [firstDate])
|
||||||
Execute the given callback every time *interval* (in ms) passes.
|
Execute the given callback every time *interval* (in ms) passes.
|
||||||
|
|
||||||
The firstDate parameter is a Date object used to sync a timer to a given point in
|
The firstDate parameter is a Date object used to sync a timer to a given point in
|
||||||
|
Loading…
Reference in New Issue
Block a user