You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2024. It is now read-only.
As the bot is currently written, it does not cache most, if any, of the information it receives from the Gateway WebSocket connection. An in-memory database (or possibly a stand-alone database) should be implemented to remedy this problem. This would allow for easy retrieval of information such as current information about user's in a guild without requiring as many HTTP requests.