Commit graph

12 commits

Author SHA1 Message Date
f83a4231f1 🆕:Command File Changed :All commands
Currently only Create command works
2020-03-04 18:04:49 -08:00
2486f57e2b Working on refactor 2019-12-25 00:58:54 -08:00
bf8d99d92e Updated Dependency versions 2019-12-25 00:53:09 -08:00
18e6d98211 remove js files, update readme, updated player template 2019-11-10 21:11:34 -08:00
72ffbe1888 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
d3b57984c1 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
bac3dc6d1e List command. Fixed namechange
Added list command, and fixed an inconsistency in namechange
2019-03-22 14:19:23 -07:00
7b075255b2 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
011fedb1c2 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
0d1c0a020c 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
aaef4d2e9a Initial Commit
Not a working build, but I wanted to get this on my github.
2019-03-19 12:06:46 -07:00
a7ef808d1e Initial commit 2019-02-19 22:29:47 -08:00