Simp-O-Matic

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

commit 485fb0d4545500a9ab91e05749df971a9f52a885
parent 515f604787d6ec152f25fed1acafdb8d28960dba
Author: Demonstrandum <moi@knutsen.co>
Date:   Sat, 21 Mar 2020 03:22:13 +0000

Added to README.md

Diffstat:
MREADME.md | 5+++++
Mpackage.json | 6+++---
2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -102,3 +102,8 @@ I can send you the secrets file, if I _really_ trust you. ```sh yarn --global-folder ./node_modules/ --cache-folder ./node_modules/ ``` + +## Dependencies / Project Structure + +This graph should sort that right out for you: +![dep-graph-svg](https://gistcdn.githack.com/Demonstrandum/4bc45a5d3071b96216fdc732d39f8028/raw/4ef44cdfa43aca70135aee174e0553015e3ab51c/simp-deps.svg) diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { - "name": "simpomatic", - "description": "Simpomatic is a fren-ly Discord bot.", + "name": "simp-o-matic", + "description": "Simp'O'matic is a fren-ly Discord bot.", "keywords": [ "discord", "bot", @@ -8,7 +8,7 @@ ], "license": "GPL-3.0", "author": "Sammy et Frens", - "version": "0.1.0", + "version": "1.0.0", "engines": { "node": "10.x", "yarn": "1.22.x"