Timers
Temporary polyfill for global timer methods.
warning
You dont need to utilize this. It is used to polyfill timer events with tick instead, which is automatically handled before export.
Constructor
new Timers();
Methods
start
Start handling the timers on tick events.
start(client);
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
client | Client | ❌ | null | Constructed Client instance. |