From 8437156fd384f594e434b19b7ce217286f5780f3 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 9 Jun 2021 20:10:39 +0200 Subject: :bug: fix identify struct --- src/opcodes/Identify.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/opcodes') diff --git a/src/opcodes/Identify.ts b/src/opcodes/Identify.ts index 1a136dd3..3b007766 100644 --- a/src/opcodes/Identify.ts +++ b/src/opcodes/Identify.ts @@ -16,7 +16,8 @@ import { import { setupListener } from "../listener/listener"; import { IdentifySchema } from "../schema/Identify"; import { Send } from "../util/Send"; -import experiments from "./experiments.json"; +// import experiments from "./experiments.json"; +const experiments: any = []; import { check } from "./instanceOf"; // TODO: bot sharding -- cgit 1.5.1