From 53f21356ab4f0f13d1fb12870d53988acdbb50a5 Mon Sep 17 00:00:00 2001 From: Christopher Date: Thu, 19 Jan 2023 11:13:14 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eindex.js=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5a119ce..3d25880 100644 --- a/index.js +++ b/index.js @@ -35,7 +35,7 @@ const redisClient = redis.createClient({ } }); redisClient.connect(); -client.on("error", () => { +redisClient.on("error", () => { BOT_RUNNING = false; })