twitch-bot icon indicating copy to clipboard operation
twitch-bot copied to clipboard

🤖 Easily create chat bots for Twitch.tv

Results 18 twitch-bot issues
Sort by recently updated
recently updated
newest added

When someone hosts a channel the bot has joined, it will crash and spit out the following error ``` C:\Users\Tristan\Desktop\test-bot\node_modules\twitch-bot\lib\parser.js:33 parsed.username = username.split('!')[0] ^ TypeError: Cannot read property 'split' of...

``` C:\Users\TheBlackParrot\Documents\Share\twitch-plays-bj2\node_modules\twitch-bot\lib\parser.js:33 parsed.username = username.split('!')[0] ^ TypeError: Cannot read property 'split' of undefined at Object.formatPRIVMSG (C:\Users\TheBlackParrot\Documents\Share\twitch-plays-bj2\node_modules\twitch-bot\lib\parser.js:33:32) at TLSSocket.irc.on.data (C:\Users\TheBlackParrot\Documents\Share\twitch-plays-bj2\node_modules\twitch-bot\lib\bot.js:77:32) at emitOne (events.js:116:13) at TLSSocket.emit (events.js:211:7) at addChunk (_stream_readable.js:263:12) at readableAddChunk...

First implementation attempt. Tries to keep the current API as much as possible. Introduces a new ChannelManager that deals with the channels. Also introduces a new Channel object that deals...

enhancement
new feature

I assume this project's support is waning, but I wanted to reach out and see if anyone could tell me in what part of the bot.js throws an EPIPE error...

Issue for discussion about Bot middleware functionality and ideas. Inspired by [Express middleware functions](https://expressjs.com/en/guide/using-middleware.html). Express implementation: ```javascript app.use(function (req, res, next) { console.log('Time:', Date.now()) next() }) ``` ```javascript Bot.use((chatter, send)...

discussion

As pointed out in the feature suggestion issue, seamless rate limitation is important for the usability of the bot. I think it's a good idea to dedicate an issue to...

enhancement
discussion

Hello `twitch-bot` users! This issue is for discussion around ideas/requests for new features, feel free to leave a comment if you have any thoughts 😄

enhancement
question
discussion

Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.6.0 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...

dependencies