commit 7ad9c948e6a76d3f2c662433514481e3f23c8191
parent 3f1c91e0958580121f31272795c3429d0873e923
Author: Demonstrandum <moi@knutsen.co>
Date: Sun, 22 Mar 2020 22:33:46 +0000
Merge branch 'master' of github.com:Demonstrandum/Simp-O-Matic
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/commands/uptime.ts b/lib/commands/uptime.ts
@@ -15,7 +15,7 @@ export default (home_scope : HomeScope) => {
const [mins, secs] = [
Math.floor(seconds / 60),
- seconds % 60
+ (seconds % 60).toFixed(2)
];
message.channel.send(