diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-26 20:51:36 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-26 20:51:36 -0400 |
| commit | b6fc0238294bea930df3083db667941ad6d21324 (patch) | |
| tree | 62ae85f235015510cf4367cb5970761404d694f6 /bot.js | |
| parent | 65affb5330f3e0fa975bd0aede068d246437ab4e (diff) | |
| download | AstralQuote-ATC-b6fc0238294bea930df3083db667941ad6d21324.tar.gz AstralQuote-ATC-b6fc0238294bea930df3083db667941ad6d21324.tar.bz2 AstralQuote-ATC-b6fc0238294bea930df3083db667941ad6d21324.zip | |
Fixes
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
