-
Notifications
You must be signed in to change notification settings - Fork 0
Cache API requests #1
Copy link
Copy link
Open
Description
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:
countify/bot/src/features/counting.ts
Lines 17 to 19 in f05b089
| const channels = await api.channels.getChannels.query({ | |
| guildId: message.guild.id, | |
| }); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels