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

Search results

  1. omano

    EN Request: Bot works with push to talk

    Maybe you can, in the meantime, change the bot permissions on the server to allow that (talking without push to talk when server requires it, I think TS server permission system is able to do that))?
  2. omano

    EN Problem with track

    I just got it working, so basically: /* */ registerPlugin({ name: 'Custom Commands for Tracks/Sounds', version: '0.1', description: 'Script to assign a command to play a track/sound', author: 'omano', vars: { track_1: { title: 'Track/Sound 1', type: 'track', placeholder...
  3. omano

    EN Problem with track

    Ok if you click the proposed track you search in the webinterface, wait a little, click on blank space then, the track field most of time stays green instead of red, and saves correctly to the db and in the webinterface. in the db it saves like that...
  4. omano

    EN Problem with track

    I just noticed that if you do not click the proposed music track it does not work properly but saves the Artist - Tile to DB... I'mm investigating it will may work in the end..
  5. omano

    EN Problem with track

    I'm writing a script to ba able to set a command that will play set track. Here is where I am: /* */ registerPlugin({ name: 'Commandes custom track', version: '0', description: 'Script supposed to assign a comand/string msg to a track', author: 'omano', vars: {...
Back
Top Bottom