docs(ReactionManager): clarify cache Collection keys type (#4683)

This commit is contained in:
Arthur
2020-08-11 20:54:14 +02:00
committed by GitHub
parent b0e53e9c6d
commit 5b716c5b0c
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ class ReactionManager extends BaseManager {
/**
* The reaction cache of this manager
* @type {Collection<Snowflake, MessageReaction>}
* @type {Collection<string|Snowflake, MessageReaction>}
* @name ReactionManager#cache
*/