Doc fixes, mostly pertaining to Snowflakes (#1218)

GUS!!!! @GusCaplan
This commit is contained in:
Programmix
2017-02-24 12:33:51 -08:00
committed by Schuyler Cebulskie
parent 76637ed10d
commit a029999b09
12 changed files with 27 additions and 27 deletions

View File

@@ -154,7 +154,7 @@ class Message {
/**
* A collection of reactions to this message, mapped by the reaction "id".
* @type {Collection<Snowflake|string, MessageReaction>}
* @type {Collection<Snowflake, MessageReaction>}
*/
this.reactions = new Collection();