From 644ea1270bf4f3bec6a110b2c6582c3a88b85ce4 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 28 May 2017 02:52:43 +0000 Subject: [PATCH] PREFIX variable in setGame --- XiaoBot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XiaoBot.js b/XiaoBot.js index 234f471a..204dc025 100644 --- a/XiaoBot.js +++ b/XiaoBot.js @@ -37,7 +37,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(`x;help | Shard ${client.shard.id}`); + client.user.setGame(`${PREFIX}help | Shard ${client.shard.id}`); }); client.on('disconnect', (event) => {