diff --git a/dist/index.js b/dist/index.js index 241658c..a8911d5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -148,18 +148,21 @@ class Message extends Client { switch (data.action) { case "encode": update({ + id: data.id, action: "encode", args: [await this.encoding.encode?.(...data.args), data.args[0]], }); break; case "decode": update({ + id: data.id, action: "decode", args: [await this.encoding.decode?.(...data.args), data.args[0]], }); break; case "preencode": update({ + id: data.id, action: "preencode", args: [ await this.encoding.preencode?.(...data.args),