From 7902473f25516b9ccde9ec4dbd7bf0c23df84e03 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 17 Aug 2017 01:56:44 +0000 Subject: [PATCH] ffs --- XiaoBot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XiaoBot.js b/XiaoBot.js index f3d983c9..c587c199 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -45,7 +45,7 @@ client.registry client.on('ready', () => { console.log(`[READY] Shard ${client.shard.id} Logged in as ${client.user.tag} (${client.user.id})!`); - client.user.setGame(`${PREFIX}help | Shard ${client.shard.id}`); + client.user.setGame(`${COMMAND_PREFIX}help | Shard ${client.shard.id}`); }); client.on('disconnect', event => {