mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +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
|
* Send a file to this channel
|
||||||
* @param {FileResolvable} attachment The file to send
|
* @param {FileResolvable} attachment The file to send
|
||||||
* @param {string} [fileName="file.jpg"] The name and extension of the file
|
* @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>}
|
* @returns {Promise<Message>}
|
||||||
*/
|
*/
|
||||||
sendFile(attachment, fileName, content) {
|
sendFile(attachment, fileName, content) {
|
||||||
|
|||||||
Reference in New Issue
Block a user