From 1fbe40143a3e8b8fdf9cfc67d159fcba01087031 Mon Sep 17 00:00:00 2001 From: sora Date: Sat, 23 Apr 2022 21:08:22 +0200 Subject: [PATCH] Update 'twitch/chatguessr.js' --- twitch/chatguessr.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);