From 5f2f35d261b795cad1add5d3fcd71d1444cc119a Mon Sep 17 00:00:00 2001 From: dragonfire535 Date: Thu, 9 Mar 2017 00:09:42 -0500 Subject: [PATCH] Fix game name --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4e21b9c6..75b51d88 100644 --- a/index.js +++ b/index.js @@ -103,7 +103,7 @@ client.on('guildDelete', guild => { client.setInterval(()=>{ let games = ["with a cardboard box", "with Rem", "with my cat", "in the fridge", "in ", " servers", "with dragonfire535", "at the Inn", "with your heart", "with a knife", "with a murderous cow", ";help | dragonfire535", "with Cleverbot", "like a pirate", "with all my games", "against Miki"][Math.floor(Math.random() * 14)]; - Manager.broadcastEval("client.user.setGame(games)"); + client.shard.broadcastEval("client.user.setGame(games)"); }, 300000); client.once('ready', () => {