Connor Linfoot

Results 16 comments of Connor Linfoot

mfw I didn't even know this code existed 🙃 we should definitely look at a resource endpoint and look at hooking that in. I will see if I can get...

@Picsou993 I've added 2 new resources to the API, one for pets and one for companions. You can see it here https://api.hypixel.net/#tag/Resources/paths/~1resources~1vanity~1pets/get For implementation, I would suggest adding methods to...

> Is the plan to keep the enum going as well, or drop it in favor of the resource? Personally, I think the best idea is to just deprecate and...

This error seems to be due to the RTM change deprecating the previous behavior of `rtm.start` and the new behavior not being supported by this library at the moment

> I used try/catch and then slack session builder to create autoreconnect SlackSession. It solves the problem where the client loses connection, but not when server drops. > > @ConnorLinfoot...

Can you provide an example for this? Its likely how the data is stored from the game itself and probably not something that will be changed

Closing this issue as we did add the selected boolean to the profiles endpoint to provide this information

I'm pretty sure they are never doubles, do you have an example of one with a double? The example given in the original post is a long, just in a...

Closed in favor of #557

We've added the field `deletion_notice` to the profile members when a member is marked as deleted, so as long as this field exists, the member profile is deleted and can...