docs: add extends to ChannelManager, cache is not nullable, resolveID accepts an object (#3771)

* Add extends to docs

* Cache shouldn't be nullable

* jsdoc: use same type for both resolve methods
This commit is contained in:
Androz
2020-02-12 18:36:08 +01:00
committed by GitHub
parent 92bc634520
commit 94bb268639
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ const { Events } = require('../util/Constants');
/**
* A manager of channels belonging to a client
* @extends {BaseManager}
*/
class ChannelManager extends BaseManager {
constructor(client, iterable) {