seyfert 2.1.1-dev-12133320614.0 → 2.1.1-dev-12208677423.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.
@@ -29,7 +29,7 @@ class Guilds extends base_1.BaseResource {
29
29
  return super.values();
30
30
  }
31
31
  async remove(id) {
32
- const keysChannels = this.cache.channels?.keys(id) ?? [];
32
+ const keysChannels = (await this.cache.channels?.keys(id)) ?? [];
33
33
  await this.cache.adapter.bulkRemove((await Promise.all([
34
34
  this.cache.members?.keys(id) ?? [],
35
35
  this.cache.roles?.keys(id) ?? [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seyfert",
3
- "version": "2.1.1-dev-12133320614.0",
3
+ "version": "2.1.1-dev-12208677423.0",
4
4
  "description": "The most advanced framework for discord bots",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",