Remove unnecessary default in docs

This commit is contained in:
Schuyler Cebulskie
2016-09-08 22:06:53 -04:00
parent bbc9df0b0d
commit 9309b702eb
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -68,7 +68,7 @@ class TextBasedChannel {
* Send a file to this channel
* @param {FileResolvable} attachment The file to send
* @param {string} [fileName="file.jpg"] The name and extension of the file
* @param {StringResolvable} [content=undefined] Text message to send with the attachment
* @param {StringResolvable} [content] Text message to send with the attachment
* @returns {Promise<Message>}
*/
sendFile(attachment, fileName, content) {