From b248e206694ad9ab7d6f5749e5e51d4bd1de588c Mon Sep 17 00:00:00 2001 From: choelzl Date: Mon, 7 Feb 2022 03:57:20 +0100 Subject: [PATCH] WIP --- twitch/customOverlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch/customOverlay.js b/twitch/customOverlay.js index 047a022..32a73fc 100644 --- a/twitch/customOverlay.js +++ b/twitch/customOverlay.js @@ -42,7 +42,7 @@ }); $.bind('initReady', function() { - $.registerChatCommand('./custom/custom/customOverlay.js', 'overlay', 2); + $.registerChatCommand('./custom/custom/customOverlay.js', 'overlay'); $.registerChatSubcommand('overlay', 'follow', 2); $.registerChatSubcommand('overlay', 'subscribe', 2);