From b6fc0238294bea930df3083db667941ad6d21324 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 26 Oct 2017 20:51:36 -0400 Subject: Fixes --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 6deeed4..747fabb 100644 --- a/bot.js +++ b/bot.js @@ -239,7 +239,7 @@ client.on('message', message => { message.channel.send("Made in Node.js by TheRandomMelon and vicr123. Crafted for the AstrelTaser Cantral Discord server. And this was modified by Alee14."); } else if (message.content === 'contribute') { message.reply("I can see you want to help AQ? Welp here's the link: https://github.com/FakeDiscordServersBots/AstralQuote"); - } else if (message.content === 'uptime') { + } else if (message.content === '!uptime') { var timeString; // What we'll eventually put into the message var uptime = parseInt(client.uptime); // Get uptime in ms uptime = Math.floor(uptime / 1000); // Convert from ms to s -- cgit v1.2.3