Skip to content

Commit

Permalink
oops, typo with color
Browse files Browse the repository at this point in the history
  • Loading branch information
zfbx committed Mar 18, 2022
1 parent 737e7d4 commit af03e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optional addons/timedmessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class TimedMessage {
const channel = guild.channels.cache.get(this.channelId);
const embed = new MessageEmbed();
embed.setTitle("Server Status")
.color("#f2449e")
.setColor("#f2449e")
.setDescription(`**Uptime:** ${(GetGameTimer() / 1000 / 60).toFixed(2)} minutes
**Server IP:** ${this.z.config.FiveMServerIP}
**Online Players:** ${GetNumPlayerIndices()}/${GetConvar("sv_maxClients", "64")}
Expand Down

0 comments on commit af03e96

Please sign in to comment.