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.
TrackHistory
A Sinusbot Script that keeps a history of all played tracks displayed in a beautiful Webinterface.
Installation (English)
Download the latest version here: Download
Unarchive the .zip or .tar.gz and put the contents into the Sinusbot "scripts"-Folder (the trackhistory.js and the...
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]...
Ok, try this:
var prefix = "!";
var words = [];
if (msg.startsWith(prefix)){
msg = msg.slice(prefix.length);
words = str.split(" ");
if (words[0] == 'abrazo') {
if (words[1]){
chatChannel(words[1]+' hugged '+words[1]);
}
}
}
Selbstverständlich habe ich ein gültiges Zertifikat von Cloudflare. Ich kann auch bestätigen dass dieses Zertifikat funktionsfähig ist. (Website die auf dem gleichen Server läuft ist durch das Zertifikat als Sicher dargestellt)
Nur beim Sinusbot Webinterface scheint es nicht zu funktionieren...
Just moved everything, works perfectly ;)
@irgendwer Genau das habe ich versucht, allerdings wird mir das Webinterface nun als unsicher angezeigt, obwohl ich den SSL Part genau wie beschrieben gemacht habe ;)
Hey, i would like to move my sinusbot to another directory. Anything i need to keep in mind or anything i need to do to be able to move it? Or can i just move the whole directory?
Also how can i set up a subdomain to lead to the Sinusbot webinterface? Im using Cloudflare to manage my DNS.
Best...
@flyth It would be a really cool feature. Using Chat commands is really annoying, being able to just say "Sinusbot, Shut up!" or something like that to get the Bot muted while being in a game etc. would be a big advantage ;)
Same for Kick commands or move commands. Being able to just say those...
Danke für die Hilfe, funktioniert einwandfrei :p
@Diesmon habe noch zur sicherheit abgefragt ob die ChannelID auch nicht die ID des channels ist, in den der Bot gemoved wird :p
PS: Kann ich diesen Beitrag irgendwie schließen, da er ja erledigt ist?
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.