Simp-O-Matic

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

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:
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 + (seconds % 60).toFixed(2) ]; message.channel.send(