Simp-O-Matic

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

commit e41ffa1be8d7df16c442b1df52adecec776ac219
parent c51c90e4b15e3921bebb0a76c9c498affffa4ee6
Author: Bruno <b-coimbra@hotmail.com>
Date:   Sun, 20 Sep 2020 10:46:52 -0300

Merge pull request #20 from jack-javana/master

add some 8ball result variants
Diffstat:
Mlib/commands/8ball.ts | 3+++
Mpackage.json | 4+++-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/lib/commands/8ball.ts b/lib/commands/8ball.ts @@ -34,6 +34,9 @@ export default (home_scope: HomeScope) => { "Yes.", "Yes – definitely.", "You may rely on it.", + "1%", + "50%", + "100%" ]; message.answer(":8ball: " diff --git a/package.json b/package.json @@ -6,7 +6,9 @@ "bot", "simp" ], - "publishConfig": { "registry": "https://npm.pkg.github.com/" }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/" + }, "license": "AGPL-3.0", "author": "Sammy, Danny, Bruno, Accelarion, jack-javana and friends", "version": "1.1.0",