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.
As reported by @clack this script will not change the nickname in some cases when the bot crashes, this because sinusbot.getNick() does not return the real client nickname on ts3.
Thanks to @GandalfGuenter (github) for contributing to solve this issue.
Changelog:
Improved nickCheck function...
Well, have an animated nickname causes a huge spam in the TS3 server chat/log.
So, it is time to add animated description :).
Changelog:
Added nick/desc mode switch in the config
Added animated description (101% less spam in the chat)
Want to try Animated Channel? Click here
SinusBot 0.9.16 or higher needed!
-
Description:
Animated Nickname is a very cool script that allows you to have an animated nickname or description in your TS3 music bot, it is very customizable and you can activate it directly by a chat command...
Version: Lastest beta on linux
sinusbot.getNick() is returning me the nickname set in the control panel, also if on TS3 it is different...
Code snippet
var nick = sinusbot.getNick();
sinusbot.log(nick);
Actual ts3 nick:
(it is [♥] MUSIC BOT [24/7]111)
Actual console output:
(the console...
Important update (previous version will not work, i uploaded wrong file).
Thanks to @irgendwer to report this problem, he also posted a regex solution (not used ATM).
Changelog:
Fixed an infinite loop
Enhanced debug function
IMPORTANT: IN ORDER TO RUN VERSION 1.3, YOU NEED SINUSBOT VERSION 0.9.12.2-58b509d OR HIGHER. IF YOU DON'T PLEASE USE 1.2
Description:
Nickname Crash Helper is a very simple script that automatically removes the "1" after the nickname of your bot. Usually this can happen when the bot crashes...
an ev. before that variable will result in an error, there's no elements called ev, this because i'm not listening into a event. @flyth are you alive :confused:?
var clients = getClients();
for (var j = 0; j < clients.length; j++) {
var client = clients[j];
chatPrivate(client.id, "hello");
}
it's inside a function, and that function is runned every X secs, so is not called after an event (like chat).
- there's !qyt to enqueue a YT video (on linux beta)
- you can add custom commands by learn basic scripting in JS
- "Requested by" is working fine for me, (running lastest sin beta)
I need to send a private message to everyone, as i can't find a documentation about it, i saw a similar script by raphraph. What is wrong with this snippet, is this a bug of lastest sinusbot beta? (i think in old version worked).
When i run it, sinus says "Can't chatPrivate of undefined" or...
I'm running lastest beta version on linux, and i have a bot with 2 playlists.
i have ticked the options "play when idle" "play on startup" for a playlist that i want to play 24/7, but after sometime (probably when it ends) the bot stop to play.
Have i to write a script to check if is playing...
OS: Centos 7
Version: Lastest Beta for linux 0.9.10 (13 Feb)
Description: I have 10 (for example) different songs, i want to select all of them with bulk mode, then drag in a playlist. This is the result.
All the songs are now with the same title of the last song selected in bulk mode. This...
Where can i find new documentation?
@kapabac you have to update for beta version, your script is written with setDescription, and it does not allow users to change their relative message ("playing >/Stopped []") because you used "substring" to get the symbol.
Add message as customizable variable.
Thanks, where can i find documentation to update all my scripts?
i need also help for setNick(); is maybe sinusbot.setNick()?
EDIT: sinusbot.setNick() worked.
@kapabac
Used version: lastest beta 0.9.10 for linux
OS: Centos 7
Description: On the previous version a simple script to set as description the current track info works. On the lastest 0.9.10 i can't see anything in console (also when log level is 10) and the script does not work anymore.
The script...
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.