Compare commits

..

No commits in common. "b2aa51d8de682f63ec18dac67ceb73e39fddca5b" and "73963ff1b5cbe74d0852bdd576b7dd559cdbe20c" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -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 {