Doggy Doggo
Member
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.
Thanks for any help.
This is the part of the script that is failing.
Code:
var self = sinusbot.getBotId();
sinusbot.ChatPrivate(self, "!qyt " + term);
Thanks for any help.