mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Remove unnecessary default in docs
This commit is contained in:
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) {
|
||||
|
||||
Reference in New Issue
Block a user