HoeenCoder / Wavelength

The github repository for the Wavelength server on Pokemon Showdown.
http://wavelength.psim.us/
Other
10 stars 46 forks source link

add new discord URL in /discord command. #108

Closed HarmanPC closed 6 years ago

HoeenCoder commented 6 years ago

Make the change on the master branch, or even better, make the change on a branch thats branched off from the master branch. Then reopen this PR from that branch.

TravisBuddy commented 6 years ago

Travis tests have failed

Hey HoeenHero, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 7.7

npm test ``` > pokemon-showdown@0.11.2 test /home/travis/build/HoeenCoder/Wavelength > eslint --rulesdir=dev-tools/eslint --cache . && mocha /home/travis/build/HoeenCoder/Wavelength/mods/sggame/rulesets.js 96:31 error Missing space before value for key 'meteormash' key-spacing 96:64 error Missing space before value for key 'iciclecrash' key-spacing 96:94 error Missing space before value for key 'drainingkiss' key-spacing 96:130 error Missing space before value for key 'electricterrain' key-spacing 96:157 error Missing space before value for key 'flyingpress' key-spacing /home/travis/build/HoeenCoder/Wavelength/WL.js 251:17 warning Multiple spaces found before '31' no-multi-spaces ✖ 6 problems (5 errors, 1 warning) 5 errors, 1 warning potentially fixable with the `--fix` option. npm ERR! Test failed. See above for more details. ```