fix: typo

This commit is contained in:
RDambrosio016
2020-02-23 14:48:38 -05:00
parent 4ec01ddef5
commit 555b457193

View File

@@ -188,7 +188,7 @@ class MessageEmbed {
} }
/** /**
* Adds a fields to the embed (max 25). * Adds fields to the embed (max 25).
* @param {...EmbedField|EmbedField[]} fields The fields to add * @param {...EmbedField|EmbedField[]} fields The fields to add
* @returns {MessageEmbed} * @returns {MessageEmbed}
*/ */