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

    EN function send msg

    Hello ! I have small problem with function send msg the code: function send_msg(msg, ev) { var mode = (typeof ev !== 'undefined') ? ev.mode : 2; switch (mode) { case 1: sinusbot.chatPrivate(ev.clientId, msg); break...
Top