• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

EN Channels are not updated.

Status
Not open for further replies.

LosTigeros

Active Member
Contributor
Insider
Hello, I created a script which updates channels every minute.
But he didn't do it.

Code:
vars: {
        id1: {
            title: 'Kanal #1',
            type: 'channel'
        }
}

Code:
channelUpdate(config.id1, {name: 'Ble'});

Code:
2015/11/29 20:35:10 cd3834a3 0b5193bf WARN   Could not request updateChannel
 

LosTigeros

Active Member
Contributor
Insider
Yes.
I don't know why, but when I changed type from channel to number, then It works.
channel type returning id of channel so I dont know why Its not working.
 
Status
Not open for further replies.
Top