Update 'twitch/chatguessr.js'
This commit is contained in:
parent
d2a079fcde
commit
1fbe40143a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user