-
Hi!
I was torn about making this issue because in the scheme of things it's not that important. But, I do think you should include the original authors of the code you're copying over from tmi.js P…
-
**Actual behaviour:**
Errors when using client.connect();
**Expected behaviour:**
it shouldn't error, it didn't, I haven't changed my code at all. It just started giving me this error after i…
-
**Actual behaviour:**
chatbot doesn't post messages in the chat
**Expected behaviour:**
chatbot does post messages in the chat
**Server configuration**
- tmi.js version: 1.2.1
Gues…
-
Is this project still being actively developed? Is there anything I can do help with maintenance?
-
**Actual behaviour:**
Login Authentication Fails
**Expected behaviour:**
Login Success
**Error log:**
```
Connecting to darkswordsmantv
[23:29] error: Login authentication failed
App…
-
Since tmi.js is no longer being supported, it might be time to start looking for an alternative such as https://github.com/twitch-apis/twitch-js which uses the same code base but is being supported by…
-
-
**Actual behaviour:**
Can’t seem to add an event listener for each channel I’m connecting to.
**Expected behaviour:**
If I connect to say, 100 channels, I want to listen for a channel join …
-
**Actual behaviour:**
I've made a simple echo bot for twitch. Here is the source code -
```
var tmi = require('tmi.js');
const userChannel = process.env.CHANNEL;
const port1 = process.env…
-
Hi,
I read https://docs.tmijs.org/v1.2.1/Twitch-API.html . I am missing OAuth Token. I want to get it properly.
Do you have full exemple with node.js ? I don't succeed to login, how can I get OA…