From 188e3997092a57be11574e5e121af5882dfb40ec Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 1 May 2017 15:52:41 +0200 Subject: reenable gamer rotation --- responses.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/responses.js b/responses.js index d8f49ab..692d1f4 100644 --- a/responses.js +++ b/responses.js @@ -129,14 +129,12 @@ ${picks} module.exports.rotateGameStatus = (client) => { (async function rotate() { - /* const gamers = await api.getGamers(), idx = Math.floor(Math.random() * (gamers.length - 1)) + 1; if (PREVIEW) await client.user.setGame( `?v ${gamers[idx]} | preview.vainsocial.com`); else await client.user.setGame( `!v ${gamers[idx]} | vainsocial.com`); - */ setTimeout(rotate, IGN_ROTATE_TIMEOUT * 1000); })(); } -- cgit v1.3.1