• 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.

scripting api

  1. DalexHDYTB

    EN Access last_connected client property.

    Is there any way to access the last connected client property via scripting api? This is the property I want to get, https://github.com/Multivit4min/TS3-NodeJS-Library/blob/d40fbc004b59138e486f18ee47aa7ce25393f868/src/node/Client.ts#L117. And this is where this property should be available, I...
  2. Kamikaze

    EN Custom Webinterface

    Hey, I want to create a custom Webinterface for SinusBot, where you can control the Bot, see all Files & Playlists and play them, also with an Webstream etc. What's the best way to do this? Via an Script like the Youtube-Webinterface and Scripting Api or with Sinusbot Class PHP ? Which one is...
  3. essem

    backend#getChannelGroups() returns ServerGroups but no ChannelGroups

    with the provided code i get only servergroups but not a single channelgroup. sinusbot version: 0.13.37-9791176 backend.getChannelGroups().forEach(function(group) { engine.log(group); }); exampleoutput: ChannelGroup{ ID: <6>, Name: <Administrator> } ChannelGroup{...
  4. Jonathan Ende

    DE [REQUEST] script umschreiben

    Hallo, kann mir jemand das Script "Now Playing" umschreiben? Seit der neuen ScriptingEngine funktioniert es nicht mehr, der Entwickler scheint inaktiv zu sein. Ich würde mich freuen :-) Mfg Jonathan
  5. Joel Smith

    EN Using node modules in scripts.

    With the "newly" added scripting it looks like we're using node in some way. I was thinking if it is possible to use node modules in my scripts to connect to a database or to access the filesystem for example. Could it be possible just to "npm init" inside of the sinusbot root directory or the...
Top