neopixeldev / hypixel-api-java

Asynchronous Java wrapper for the Hypixel API
MIT License
6 stars 2 forks source link

Fix legacy exception name #93

Closed JxBP closed 2 years ago

JxBP commented 2 years ago

After the new name Neopixel was voted the old name Novopixel was still present as NovopixelException this PR fixes that.

JxBP commented 2 years ago

Oops! I just realized I made a typo in there. It says "NeoException" in the toString() method not NeopixelException.