HypixelSkyBlock icon indicating copy to clipboard operation
HypixelSkyBlock copied to clipboard

Adding json file with data from hypixel API

Open treeot opened this issue 1 year ago • 1 comments

Regarding /wikithis, can I take data from the hypixel api and store/use it in the code?

treeot avatar Apr 20 '24 02:04 treeot

Sure! If this were to be implemented, I'd want it to be like HypixelService in the same way that SongService runs, in that it's optional as an option in the resources.json, meaning the /wikithis command for example wouldn't work with this option turned off in the same way that the song events don't run if the song service isn't started.

Refs; SkyBlockSongHandler Checks to see if should start service

You can save the result of the search to a file that gets updated on startup if you wish, probably better than using up bandwith

Swofty-Developments avatar Apr 20 '24 02:04 Swofty-Developments