Hi all, Just need a bit of help. My bot receives a whisper from viewers to get a response of a secret code. I am not sure if I am sending the string incorrectly or if its something else. My bot is not verified as twitch feels that it shouldn’t need to be for what I am trying to achieve.
the string looks like this:
“PRIVMSG #” + self.CHANNEL_NAME + " :/w " + username + " " + message + “\r\n”
the string is encode and send works perfectly fine when simply sending data to chat instead of DM(different string obvs but still)
the error is:
“NOTICE #CHANNEL_NAME :Your settings prevent you from sending this whisper.”
I do have all chat scopes enabled as well as tags, commands and membership
Help would be great as I have custom games tomorrow and I need to send the viewers a key without giving it to our banned viewers.
Thanks
-turds