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

    EN Script told to stop but it's still running!

    I need both of the foreach, because there are potentially multiple configs for different usergroups. It gets to the message and sends me that ( ev.client.chat(Extras.BlockedMsg); ) but it still goes into the else even though it shouldn't.
  2. Doggy Doggo

    EN Script told to stop but it's still running!

    Hey guys I am trying to create a few commands for my bot, the reason I am creating these manually is I don't want to give people full access and want to limit what they can do. Now here is the script so far https://pastebin.com/mxg4nuqY Now everything works fine, it identifies the blocked user...
  3. Doggy Doggo

    EN Invalid ClientID error.

    Oh perfect thanks using getClientId() fixed the issue. I must of missed that it was changed. And yeah I was using chatPrivate() but I mistyped it while putting it here on the forum. Thanks for the help.
  4. Doggy Doggo

    EN Invalid ClientID error.

    Still getting this error even with the latest version. Any help would be great this is ruining one of my major plugins that I use and is rendering the bot pretty much useless.
  5. Doggy Doggo

    EN Invalid ClientID error.

    So I have made a command for my bot that lets anyone run a certain command. Now it used to work perfectly, but since the latest Linux Sinusbot beta it has stopped working. It is telling me "Invalid ClientId" Any idea whats causing it? This is the part of the script that is failing. var self =...
  6. Doggy Doggo

    EN [HELP] Setting Nick as Song Title with Radio

    Alright I got it working with this. Thanks for the help. registerPlugin({ name: 'Set Bot Name To Song Title', version: '1.0', description: 'Changes the bots song title for requested songs, radio and YouTube™.', author: 'Smallo', vars: {} }, function (sinusbot, config)...
  7. Doggy Doggo

    EN [HELP] Setting Nick as Song Title with Radio

    Alright thanks for that. I'll see what I can do now.
  8. Doggy Doggo

    EN [HELP] Setting Nick as Song Title with Radio

    Hey guys I currently have a script that changes the nick of the bot to the song title. It works for requested songs and for YouTube. Now it works for when I switch to radio, but when the song changes on the radio it doesn't update. Is there anyway I can do this? This is the code so far. Any help...
Top