From 0603343fd53cdbf47dc808c07f80575f5bde2a40 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 15:53:52 -0800 Subject: [PATCH] push --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index a16984c..433a877 100644 --- a/node/boto.js +++ b/node/boto.js @@ -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`,