Update 'twitch/chatguessr.js'

This commit is contained in:
sora 2022-04-23 21:08:22 +02:00
parent d2a079fcde
commit 1fbe40143a

View File

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