Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • 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. N

    Music folder

    The files are just renamed to their sha256 hashes. Otherwise they are the raw audio files you've uploaded. There's a bulk upload script available. But from what I know there is no other way to just add a bunch of songs in besides that.
  2. N

    EN [Outdated][Python] Add all of your sinusbot files into a playlist

    Added 1 line to this to get it to work for me. conn.text_factory = str
  3. N

    EN [Request] Youtube Proxy

    A simpler solution is to just do: mv /usr/local/bin/youtube-dl /usr/local/bin/youtube-dl.real $EDITOR /usr/local/bin/youtube-dl #!/bin/sh /usr/local/bin/youtube-dl.real --proxy "parameters" $@ That should solve it as well.
Top