PREFIX variable in setGame

This commit is contained in:
Daniel Odendahl Jr
2017-05-28 02:52:43 +00:00
parent e65f647907
commit 644ea1270b
+1 -1
View File
@@ -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) => {