neopixeldev / hypixel-api-java

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

Delete deprecated method in HypixelAPI #88

Closed unpluggedsam closed 2 years ago

Nopock commented 2 years ago

Looks good Sam ✅

Is there a reason it is deprecated?

unpluggedsam commented 2 years ago

Looks good Sam white_check_mark

Is there a reason it is deprecated?

We used to require the user to initialize the wrapper with a method, and we had this shutdown() method to stop the wrapper. That process was deprecated because it became automatic but we never deleted that method.