Can't send a whisper because of my settings, not sure which though #333
Closed
Description
Actual behaviour:
It should send the streamer a whisper saying someone joined a discord voice call, but it returns the error that can be found below.
I'm using these options:
groupOptions: {
connection: {
random: 'group' // found this online on an old thread
},
identity: {
username: "botname",
password: "token"
},
}
Expected behaviour:
It should send the streamer a whisper when someone joins the discord voice call.
Error log:
{
"raw": "@msg-id=whisper_restricted;target-user-id=52660871 :tmi.twitch.tv NOTICE #tmijs :Your settings prevent you from sending this whisper.",
"tags": {
"msg-id": "whisper_restricted",
"target-user-id": "52660871"
},
"prefix": "tmi.twitch.tv",
"command": "NOTICE",
"params": [
"#tmijs",
"Your settings prevent you from sending this whisper."
]
}
Server configuration
- Operating system: Raspbian GNU/Linux 9
- Node version (if applicable): 8.9.0
- NPM version (if applicable): 5.5.1
- tmi.js version: 1.2.1
Activity