mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 20:42:27 +00:00
Remove unnecessary default in docs
This commit is contained in:
parent
bbc9df0b0d
commit
9309b702eb
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue