diff --git a/node/boto.js b/node/boto.js index a962eaf..417c25c 100644 --- a/node/boto.js +++ b/node/boto.js @@ -2,7 +2,6 @@ // --- require('dotenv').config(); const tmi = require('tmi.js'); -const rp = require('request-promise'); // For RNG const colors = require('colors'); console.log(process.env.API_HOST); diff --git a/node/rng.js b/node/rng.js index 4640904..e47934e 100644 --- a/node/rng.js +++ b/node/rng.js @@ -1,5 +1,6 @@ export function rnguser() { // 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`,