Skip to content

Instantly share code, notes, and snippets.

const fs = require( 'fs' );
require( 'dotenv' ).config();
const tmi = require( 'tmi.js' );
const got = require( 'got' );
const chalk = require( 'chalk' );
const blessed = require( 'blessed' );
const contrib = require( 'blessed-contrib' );
const chunk = require( 'lodash.chunk' );
const timestamp = require( 'time-stamp' );