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);