From 3a207c107c5209f9eee2a690eaa0755dd4825da5 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 8 Apr 2023 15:18:37 -0400 Subject: [PATCH] *Remove syncProtomux --- src/index.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/index.ts b/src/index.ts index 396f554..7e86ed2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -253,14 +253,6 @@ export class Socket extends Client { this.ensureEvent(event as string); this.eventUpdates[event].push(update); } - - public async syncProtomux(action: string, id: number) { - return this.callModuleReturn("syncProtomux", { - id: this.id, - action, - data: id, - }); - } } export const MODULE = "_AVKgzVYC8Sb_qiTA6kw5BDzQ4Ch-8D4sldQJl8dXF9oTw";