Skip to content

Commit

Permalink
Merge branch 'Unstable' into Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
LoboMetalurgico committed Apr 18, 2020
2 parents 5a3dc45 + 0b27261 commit b689550
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions events/ready.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ exports.run = async (aruna, message) => {
},

{
name: `Versão 4.0`,
name: `Versão 4.1`,
type: `streaming`,
url: `https://www.twitch.tv/lobometalurgico`
}
Expand All @@ -103,7 +103,7 @@ exports.run = async (aruna, message) => {
.setName(`💻Servidores: ${servers}`);
}, 15000);
} catch (error) {}
};

function logPrefix() {
return `${chalk.gray("[")}${isSharded() ? `SHARD ${chalk.blue(aruna.shard.id)}` : "ARUNA"}${chalk.gray("]")}`;
}
Expand All @@ -126,4 +126,5 @@ function debug(...a) {

function isSharded() {
return !!aruna.shard;
}
}
};

0 comments on commit b689550

Please sign in to comment.