Compare commits
No commits in common. "b2aa51d8de682f63ec18dac67ceb73e39fddca5b" and "73963ff1b5cbe74d0852bdd576b7dd559cdbe20c" have entirely different histories.
b2aa51d8de
...
73963ff1b5
|
@ -171,10 +171,6 @@ class Channel extends Client {
|
||||||
|
|
||||||
return this._created.promise as Promise<void>;
|
return this._created.promise as Promise<void>;
|
||||||
}
|
}
|
||||||
|
|
||||||
public destroy(error: Error) {
|
|
||||||
this._send?.({ action: "destroy", args: [error] });
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class Message extends Client {
|
class Message extends Client {
|
||||||
|
|
Loading…
Reference in New Issue