I've just spent ages driving myself crazy because I couldn't work out why this wasn't working, despite following all the steps. ... ...It was because I had missed the ";" at the end of the WebsocketSend command. 🤣
It works on me and I use it to this very day, not sure why your Streamer Bot is not working. You can try to add Streamer Bot to the firewall and see if that helps or you could join my Discord server and I can do a screenshare call with you to try and figure out what is happening.
I've just spent ages driving myself crazy because I couldn't work out why this wasn't working, despite following all the steps.
...
...It was because I had missed the ";" at the end of the WebsocketSend command. 🤣
thank you!!!!!!!!!!!!!!
So, might be blind here, but I don't see the import code.
Thankfully, it's short, so I can type it out!
Appreciate this!
@@osmosisghost You just copy from the description and paste to Streamer Bot on Execute code. As long as ya get it working.
@@Kana_Fuyuko I don't think the code is in the description. I can't see it anywhere.
@@SqueakyOrcaTTV It is:
using System;
public class CPHInline
{
public bool Execute()
{
CPH.WebsocketSend("Redeem Name");
return true;
}
}
I'm really struggling, I've watched this tutorial 10 times and I still can't get my action to trigger, is it not working anymore?
It works on me and I use it to this very day, not sure why your Streamer Bot is not working. You can try to add Streamer Bot to the firewall and see if that helps or you could join my Discord server and I can do a screenshare call with you to try and figure out what is happening.
@@Kana_Fuyuko I shall join your Discord if that's ok, thank you so much.