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.
Okay had an old thread from ts2... changed it.
registerPlugin({
name: 'SetBotSongName',
version: '1.01',
description: 'Implements the function of setting the nick to current title.',
author: 'Bjoern T',
vars: {}
}, function (sinusbot, config) {...
registerPlugin({
name: 'SetBotSongName',
version: '1.0',
description: 'Implements the function of setting the nick to current title.',
author: 'Bjoern T',
vars: {}
}, function (sinusbot, config) {
sinusbot.on('track', function(ev) {...
Hi guys,
Version: 0.9.9-8f70ff3
Debian 8 64bit
The function setNick(nick string) and get Nick is not working.
tried:
function (sinusbot, config) {
sinusbot.on('track', function(ev) {
var nick = 'Musik Channel - ' + ev.title + ' - ' + ev.artist...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.