cloudstorm 0.8.4 → 0.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -256,6 +256,7 @@ declare class DiscordConnector extends EventEmitter {
256
256
  * Hard reset this connector.
257
257
  */
258
258
  private reset;
259
+ private setHeartBeat;
259
260
  /**
260
261
  * Clear the heart beat interval, set it to null and set the cached heartbeat_interval as 0.
261
262
  */