From d7fa0450f7bea4b5783e63c592ed20dce21abb19 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 31 Mar 2017 22:55:04 +0000 Subject: [PATCH] Any Changes? --- commands/botinfo/banlist.json | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/botinfo/banlist.json b/commands/botinfo/banlist.json index 1007bbbe..d30203f6 100644 --- a/commands/botinfo/banlist.json +++ b/commands/botinfo/banlist.json @@ -1,5 +1,5 @@ { "banned": { - "155112606661607425": "155112606661607425" + "BANNEDUSERID": "BANNEDUSERID" } } diff --git a/index.js b/index.js index f4b7c896..92ae261c 100644 --- a/index.js +++ b/index.js @@ -139,7 +139,7 @@ client.on('disconnect', () => { client.once('ready', () => { console.log('[Ready] Logged in!'); - client.user.setGame(";help | dragonfire535"); + client.user.setGame(";help | dragonfire535".split("").reverse().join("")); }); process.on('unhandledRejection', console.error);