arlextra
Member
Hello, I have a problem with the channel update. "chatChannel" works but "channelUpdate" gives me an error in the console. What I have done wrong ?
Error:
Code:
if (config.type == 0) {
channelUpdate({ id: 7815, name: 'yolo2' });
chatChannel(ads[ad]);
} else {
chatServer(ads[ad]);
channelUpdate({ id: 7815, name: 'yolo2' });
}
Error:
Code:
2015/09/01 21:01:32 5181f08d befb8910 WARN TypeError: Cannot access member 'id' of undefined