You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like I am unable to send whispers due to a permission issue. I am reading online that other people have experienced similar problems when their bot is not "verified".
I submitted a request for verification, but I have a feeling it will take multiple days to resolve this issue (it seems like this bot's account might not meet all the requirements for verification).
Invoke this function to attempt a whisper (I recommend invoking this after Connect() and JoinChannel(), inside Start()):
// Make the bot send a whisper to a userfunc (bot*Bot) Whisper(messagestring, recipientstring) error {
_, err:=bot.connection.Write([]byte("PRIVMSG #"+bot.Channel+" :/w "+recipient+" "+message+"\r\n"))
ifnil!=err {
returnerr
}
returnnil
}
This is the response I get from the server:
:tmi.twitch.tv NOTICE #<CHANNEL NAME> :Your settings prevent you from sending this whisper.
The text was updated successfully, but these errors were encountered:
Looks like I am unable to send whispers due to a permission issue. I am reading online that other people have experienced similar problems when their bot is not "verified".
Read this: https://discuss.dev.twitch.tv/t/your-setting-prevent-you-from-sending-this-whisper/26849
I submitted a request for verification, but I have a feeling it will take multiple days to resolve this issue (it seems like this bot's account might not meet all the requirements for verification).
Invoke this function to attempt a whisper (I recommend invoking this after
Connect()
andJoinChannel()
, insideStart()
):This is the response I get from the server:
The text was updated successfully, but these errors were encountered: