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

Recent content by ddreamer

  1. D

    DE Download MP3 von Webseite und Upload (filesize)?

    Hallo Zusammen. Ich würde gerne per Script ein individuelles MP3-File (Podcast) regelmäßig downloaden und auf dem Server (auf dem auch Sinusbot läuft) hochladen. Codesnipplet http.simpleRequest({ 'method': 'GET', 'url': url, 'timeout': 60000, }, function (error...
  2. D

    Zuteilung von Servergruppenberechtigungen per Script schlägt fehl

    Hallo zusammen. Ich würde gerne per "Poke-Befehl" an den BOT einer Servergruppe die Talkpower entziehen und wieder zurückgeben (Rückgabe per Zeit oder eben manuell per Befehl) Ich fasse mal kurz zusammen, wie ich das realisiert habe. event.on('poke', function(msg) {...
  3. D

    EN Clients rights while playing music

    Thx for the hint. I do: var channel = backend.getCurrentChannel(); channel.update({ topic: 'Gateway-Kanal 1 - DARC playback..', neededTalkPower: 5000, }); engine.log('Set temp. Channel-Permissions')...
  4. D

    EN Clients rights while playing music

    Hello I would like that while a piece of music is played via the bot, the talk power is withdrawn from the users. After completion, the rights should be given back. Does anyone know how I can implement this?
Top