From 552d6e9c9a4797f8270e21d2229b296b44a539ad Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 9 Apr 2023 02:29:32 -0400 Subject: [PATCH] *Update dist --- dist/index.js | 3 +++ 1 file changed, 3 insertions(+) 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),