WillKirkmanM
WillKirkmanM
Link to [FishEva Repository](https://github.com/fisheva/Eva-Theme): https://github.com/fisheva/Eva-Theme ## Steps to Reproduce Get VSCode JSON of Theme ``` wget https://raw.githubusercontent.com/fisheva/Eva-Theme/master/VSCode/themes/Eva-Dark.json ``` Putting the Json Through a Validator (https://jsonlint.com/) Result: https://anonymfile.com/Ep59k/fisheva.json ``` ./djanho -l...
## Files Changed - bot.js - Added Switch Statements to Clean Code - README.md - Added `npm install` command to install Discord.JS - package.json - Added `Discord.JS` To Dependency List
* Changed `go get` to `go install` to install binaries (https://github.com/tsoding/snitch/issues/219) * Fixed Some Minor Grammar Issues