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.
The audio.seek method still seems to be broken.
I'm using the following code:
event.on('chat', function (ev) {
if (ev.text == "!seek") {
audio.seek(200);
}
}
It skips ahead in the web UI but it just replays the track from the beginning whether i'm streaming the file or playing a...
Hallo,
ich habe versucht einen skip command zu machen, der eine definierte Anzahl von Sekunden des Tracks überspringt. Dazu habe ich folgendes geschrieben:
if (words[0] == 'skip') {
if (words[1]){
var amount = words[1]...
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.