seyfert 4.0.1-dev-19361398408.0 → 4.0.1-dev-19573177583.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.
@@ -35,8 +35,7 @@ class ThreadShorter extends base_1.BaseShorter {
35
35
  return this.client.proxy.channels(threadId)['thread-members']('@me').delete();
36
36
  }
37
37
  async lock(threadId, locked = true, reason) {
38
- const x = await this.edit(threadId, { locked }, reason);
39
- return (0, structures_1.channelFrom)(x, this.client);
38
+ return this.edit(threadId, { locked }, reason);
40
39
  }
41
40
  async edit(threadId, body, reason) {
42
41
  return (await this.client.channels.edit(threadId, body, { reason }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seyfert",
3
- "version": "4.0.1-dev-19361398408.0",
3
+ "version": "4.0.1-dev-19573177583.0",
4
4
  "description": "The most advanced framework for discord bots",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",