seyfert 2.1.1-dev-12508790934.0 → 2.1.1-dev-12511254197.0

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.
@@ -33,9 +33,7 @@ class Client extends base_1.BaseClient {
33
33
  }
34
34
  }
35
35
  get latency() {
36
- let acc = 0;
37
- this.gateway.forEach(s => (acc += s.latency));
38
- return acc / this.gateway.size;
36
+ return this.gateway.latency;
39
37
  }
40
38
  async loadEvents(dir) {
41
39
  dir ??= await this.getRC().then(x => x.locations.events);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seyfert",
3
- "version": "2.1.1-dev-12508790934.0",
3
+ "version": "2.1.1-dev-12511254197.0",
4
4
  "description": "The most advanced framework for discord bots",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",