Skip to content

endpoint rate limits #11

Description

@MultidimensionalSock

may require a change to how I'm currently handling API requests but this was somewhat predicted. The biggest change is that currently when adding commands they are added send one by one - there is a mass send API for commands which I will need to change to. As there's not that many discord REST APIs, it might be worth making each endpoint into its own function which can have data passed to it, and each function will keep track of requests and handle rate limiting for that endpoint, which allows for differences in rate limits between different endpoints, and also makes it easier to use the bot by just doing function calls

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions