Simp-O-Matic

Dumb Discord bot in TS.
git clone git://git.knutsen.co/Simp-O-Matic
Log | Files | Refs | README | LICENSE

commit 2c94e42e6000b039afba5735bf93da48b6d27064
parent 03e6e21a05c56fb01c2a64bfe2e51587cb6de46b
Author: Bruno <b-coimbra@hotmail.com>
Date:   Sun, 22 Mar 2020 20:18:58 -0300

Update uptime.ts
Diffstat:
Mlib/commands/uptime.ts | 2+-
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).toFixed(2) + Math.round(seconds % 60) ]; message.channel.send(