From 98b72005b639341240881e40df4cc879f8965335 Mon Sep 17 00:00:00 2001 From: Lluis Date: Fri, 26 Jan 2024 13:49:27 +0100 Subject: [PATCH] fix typo on config file --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 2507abd..db3ca4f 100644 --- a/config/index.js +++ b/config/index.js @@ -3,6 +3,6 @@ module.exports = { twitch: { username: process.env.TWITCH_USERNAME, password: process.env.TWITCH_PASSWORD, - channels: process.env.TIWTCH_CHANNELS + channels: process.env.TWITCH_CHANNELS } }