Hello, I am practicing programming and I am trying to do a Twitch Plays game. I am using the TwitchLib for Unity. I have everything connected and I could make the bot write in the chat and read commands to interact with the game.
The problem is that the players will need to send a command via private message to the bot to increase their level and other things and avoid chat spam.
My OnWhisperCommandReceived is working, I can read the command sent via PM and the user name, then I send the answer with SendWhisper(name,msg).
The OnWhisperSent returns succesfully the msg information and the receiver but the message do not appear in the private conversation Box.
I tried by following the bot, adding it to friends but the message is not shown in the box.
Any idea? Thank you.