Skip to content

Cache API requests #1

@ToastedDev

Description

@ToastedDev

This is so we don't have to keep calling the API every time.

An example of an API call that needs to be cached is this one:

const channels = await api.channels.getChannels.query({
guildId: message.guild.id,
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions