docs: update

This commit is contained in:
Elysia
2023-04-03 17:52:24 +07:00
parent ef7fb433ba
commit 402be66265
3 changed files with 9 additions and 3 deletions

View File

@@ -11,6 +11,12 @@ class SessionManager extends CachedManager {
constructor(client, iterable) {
super(client, Session, iterable);
}
/**
* The cache of Sessions
* @type {Collection<string, Session>}
* @name SessionManager#cache
*/
/**
* Fetch all sessions of the client.
* @returns {Promise<SessionManager>}