Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
hey will das ein lied immer wieder abgespielt wird da ich dies als einstellung nicht gefunden habe wollte ich ein script dafür schreiben was aber leider nicht geht :( hat jemand vielleicht eine idee warum?
function(sinusbot) {
sinusbot.on('trackEnd', function (ev) {
prev();
});
bei
ev.clientServerGroups[1] bekommt man ein objekt aber wie bekomm ich aus diesen objekt eine servergroupid? also zb
ev.clientServerGroups[1].getId?
LÖSUNG:
if (ev.clientServerGroups) {
ev.clientServerGroups.forEach(function(group) {
log('Group found: ' + group.n + ', #' + group.i);
});
} else...
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.