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

script api

  1. Kamikaze

    DE [Solved]User von ServerGruppe auslesen

    Hallou! Schreibe aktuell wieder ein Skript bei dem user die in einer bestimmten Servergruppe einen definierten channel joinen eine nachricht bekommen. dies ist ja kein problem, nun möchte ich aber hinzufügen, das wenn so ein client joint das user aus bestimmten servergruppen eine nachricht...
  2. M

    EN Where do I find information to the "SinusBotUser"?

    Hello, I used the sinusbot.getUsers() function, to get the "accounts known to the bot". Now I want to test if the User who writes a msg to the bot, is known to it. I logged "sinusbot.getUsers()" and got [object Object]. I searched in the API but I did not find anything? Pls help D:
  3. mattheoperelle

    EN Way to stop SFX sound ?

    Hello, I'm working on a phone soundboard application for sinusbot and I want to find a way to stop SFX sound, without stopping the main music. With Sinusbot REST API or Sinusbot Scripting API, it's not really important. Is this possible ? Kind regards, Matthéo PERELLE.
  4. I

    Retrieve needed talk power

    Operating System: Linux SinusBot Version: 0.10.8-71ba94b TS3 Version: 3.0.18.2 Feature Request: It would be great to be able to retrieve the needed talk power for a given channel. Currently it's only possible to set the needed talk power via 'Channel.update()' or 'Backend.createChannel()'...
  5. A

    Feature Channel permissions

    This is a simple (or maybe not :)) feature request for the sinusbot api (scripting). With the given functions: channelCreate(params channelParams) bool channelUpdate(channelId int, params channelParams) bool you cannot set any of those rights: i_client_needed_talk_power...
  6. 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