From 03b175e8972d7de1a3a05232d6eee6bc3f53c23c Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 30 Apr 2017 14:30:04 +0200 Subject: hotfix gamers --- responses.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/responses.js b/responses.js index 18b42a4..55baabb 100644 --- a/responses.js +++ b/responses.js @@ -129,12 +129,14 @@ ${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