Skip to content

Instantly share code, notes, and snippets.

@RAnders00
RAnders00 / Pepega
Created November 28, 2019 14:15 — forked from tolekk/Pepega
Pepega
const { ChatClient } = require("dank-twitch-irc");
//Config with login and passwd.
let client = new ChatClient({
username: "tolekkbot",
password: "superlongpasswordnam",
rateLimits: "verifiedBot"
});