aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-10-26 20:51:36 -0400
committerUnknown <Alee14498@gmail.com>2017-10-26 20:51:36 -0400
commitb6fc0238294bea930df3083db667941ad6d21324 (patch)
tree62ae85f235015510cf4367cb5970761404d694f6 /bot.js
parent65affb5330f3e0fa975bd0aede068d246437ab4e (diff)
downloadAstralQuote-ATC-b6fc0238294bea930df3083db667941ad6d21324.tar.gz
AstralQuote-ATC-b6fc0238294bea930df3083db667941ad6d21324.tar.bz2
AstralQuote-ATC-b6fc0238294bea930df3083db667941ad6d21324.zip
Fixes
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
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