This commit is contained in:
Daniel Odendahl Jr
2017-08-17 01:56:44 +00:00
parent 16a9356928
commit 7902473f25
+1 -1
View File
@@ -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 => {