Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • 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.

Solved setNick(nick string) not working

Status
Not open for further replies.

TheBash

New Member
Hi guys,


Version: 0.9.9-8f70ff3

Debian 8 64bit

The function setNick(nick string) and get Nick is not working.


tried:
Code:
function (sinusbot, config)    {

            sinusbot.on('track', function(ev) {
       
                var nick = 'Musik Channel - ' + ev.title + ' - ' + ev.artist;
                setNick(nick);
           
           
        });
}

setDescription is working fine.


Yours,
Bjoern
 

Seph29

Donor
is awesome!
Hi

Already corrected in last version

0.9.9-98d0cd5
Code:
enh(vm): add getChannel(channelId)
enh(vm): add setNick(nickname)
enh(vm): add event http:placeholder that forwards JSON from calls to the HTTP-API

Did I forget to update that in the changelog inside the bot as well?
 
Status
Not open for further replies.
Top