1
0
Fork 0

„index.js“ ändern

This commit is contained in:
Christopher 2023-01-19 11:13:14 +00:00
parent 3d771b7702
commit 53f21356ab
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const redisClient = redis.createClient({
}
});
redisClient.connect();
client.on("error", () => {
redisClient.on("error", () => {
BOT_RUNNING = false;
})