As always, don't use it. It sucks. This is just a fun small project and is not meant to used as a 'commercial' bot.
- Create a MYSQl server. And a database thingy inside it.
- Copy from config_example.js over to a config.js file with your credentials.
- npm install
- Run once: npm run start. Once it is. stop the process.
- Access your mysql database in whichever way you prefer and add to the channels table the users which are using the bot. INSERT INTO channels (melon095), (twitch), (forsen);
- npm run start