From 8b821c5bb180750da37dcd56acc67f1e82521ec5 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Thu, 18 Jul 2019 20:33:04 +0300 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 68049195..8357bfd1 100644 --- a/index.js +++ b/index.js @@ -20,7 +20,7 @@ client.on('message', async msg => { msg.channel.send(`My current Ping: **${Math.floor(client.ping * 10) / 10} ms**.`) return; } - if (msg.content === `${PREFIX} uptime`) { + if (msg.content === `${PREFIX}uptime`) { var uptime = parseDate(client.uptime, ['h', 'm']); var finalUptime if (uptime.h === 0) {