push
This commit is contained in:
parent
e138f0eecf
commit
0603343fd5
|
@ -1,6 +1,7 @@
|
|||
require('dotenv').config();
|
||||
const tmi = require('tmi.js');
|
||||
const colors = require('colors');
|
||||
const rp = require('request-promise'); // For RNG
|
||||
|
||||
console.log(colors.green.underline(process.env.API_HOST));
|
||||
|
||||
|
@ -20,7 +21,6 @@ const client = new tmi.Client({
|
|||
client.connect();
|
||||
|
||||
// RNG User
|
||||
const rp = require('request-promise'); // For RNG
|
||||
function getChatters(channelName, _attemptCount = 0) {
|
||||
return rp({
|
||||
uri: `https://tmi.twitch.tv/group/user/sarimoko/chatters`,
|
||||
|
|
Loading…
Reference in New Issue