Anders Øen Fylling

Results 91 comments of Anders Øen Fylling

Current blocker is adding members. We need at least one member in any server created. This can be a bot, just need to figure out how to add one automatically...

I think this could be a nice idea, but I would like to be able to map which types are REST calls and which are events.

I have to take a look into this before making a call, but I have grown quite a liking to minimalistic api's that can be used by helper functions, so...

So in Disgord I used to allow concurrent requests. If Discord said I had 10 calls left, along with the reset time I would just make the assumption that I...

I hope that when the http.RoundTripper is used for rate limiting instead, there will be options or patches that fixes this.

This PR will support bursts. Which will speed up reactions, quite a bit! https://github.com/andersfylling/disgord/pull/353 ~It won't make it for v0.22, but I figure v0.23.~

Seems this was commented out and not even completed ![image](https://user-images.githubusercontent.com/7851860/139724786-c6908c4c-53c8-4269-951d-5d100af087a2.png) Do you want to PR your logic into Disgord? a few tests and it would be a great addition

I think I'm going to push for the new gateway code instead of trying to patch this up, hoping that will clean up any issues: - https://github.com/andersfylling/disgord/pull/416 - https://github.com/andersfylling/discordgateway

You aren't alone with this issue. A discord user reported the same. For progress on improving the gateway; I've simply written a new gateway system. It's not done yet, but...

There is still the matter of how shards should be implemented in disgord after that discordgateway project is "done". I think I want to allow people to inject a ShardManager...