This is what’s on the top of the file:
const twitchjs = require('twitch-js');
const request = require('request-promise');
const client = new twitchjs.client({
options: { debug: true },
connection: { reconnect: true, secure: true },
identity: { username: 'itsjusttriz', password: '<*HIDDEN*>' },
channels: ['#itsjusttriz'] // Add more channels here.
});
const allowedUsers = ['itsjusttriz'];