diff --git a/twitch/chatguessr.js b/twitch/chatguessr.js index db9ed98..55b8db0 100644 --- a/twitch/chatguessr.js +++ b/twitch/chatguessr.js @@ -149,8 +149,7 @@ if (command.equalsIgnoreCase('g')) { if($.getIniDbBoolean('chatguessr', 'isOpen')) addGuess(sender,args); }else if (command.equalsIgnoreCase('cg')) { - //send url - //$.say($.whisperPrefix(sender) + $.lang.get('chatguessr.help', ' Use "!cg [open | close | ...]" to open/close the feature.')); + $.say('Use the following URL to make your guess: https://chatguessr.com/map/soraefir_bot'); }else if(command.equalsIgnoreCase('cga')){ if(action.equalsIgnoreCase('open')){ $.setIniDbBoolean('cgstatus', 'isOpen', true);