Commit graph

17 commits

Author SHA1 Message Date
dependabot[bot]
8802256509
Merge 9ddf1b7476 into ec8d893004 2022-01-22 11:22:11 +00:00
dependabot[bot]
9ddf1b7476
Bump node-fetch from 2.6.0 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 11:22:08 +00:00
Dalton Lange
ec8d893004
Merge pull request #1 from PanDoes/file-restructure
File restructure
2020-04-02 19:32:48 -07:00
Dalton Lange
5583eee966 +Commands{change name, help, read} better error catching. 2020-04-02 19:15:26 -07:00
Dalton Lange
c8853d48a6 +tsconfig, example info.json file, package.json. -.json & .js files from gitignore. JS files now go to /output 2020-04-02 19:14:49 -07:00
Dalton Lange
e8047d90bd 🆕:Command File Changed :All commands
Currently only Create command works
2020-03-04 18:04:49 -08:00
Dalton
91764f2ae5 Working on refactor 2019-12-25 00:58:54 -08:00
Dalton Lange
64b9f5ea68 Updated Dependency versions 2019-12-25 00:53:09 -08:00
Dalton
5393e38e40 remove js files, update readme, updated player template 2019-11-10 21:11:34 -08:00
Dalton
4839b21b59 Adds comments, and prepares for channel integration
Also bolds argument names, and adds a  message if you fail to use the "create" command correctly
2019-05-01 14:20:11 -07:00
Dalton
f74a9ca9f1 Added Args consistency
I also played around with the idea of multiple names like "Kit Kat" for a squirrel, but it was a massive pain. Ended up deciding hyphenated names were normal in Squirrel Society.
2019-03-22 15:08:20 -07:00
Dalton
d88cde8a73 List command. Fixed namechange
Added list command, and fixed an inconsistency in namechange
2019-03-22 14:19:23 -07:00
Dalton
ac915f4218 Help command + Cleaner code
Implemented the help command, and moved global variables into the correct scope.
Commented out encounters until finished.
2019-03-22 14:02:36 -07:00
Dalton
55a7102994 Alright fixed, and primed for Help command
Forgot that forEach cannot be use on an object, used Object.keys to fix the problem. Slightly less readable, but it works like a charm!
2019-03-21 12:47:06 -07:00
Dalton
54276900bf Finished Process for single point of creation for new commands
Streamlined command creation to an object and function with single point of change.
2019-03-21 12:27:39 -07:00
Dalton
2aa514168b Initial Commit
Not a working build, but I wanted to get this on my github.
2019-03-19 12:06:46 -07:00
Dalton
493b903c5b Initial commit 2019-02-19 22:29:47 -08:00