This commit is contained in:
Travis CI 2017-01-13 05:19:20 +00:00
parent c2660679e6
commit e23fab2d65

View file

@ -3038,8 +3038,8 @@ class TextBasedChannel {
/**
* @typedef {Object} FileOptions
* @property {BufferResolvable} attachment
* @property {string} [name='file.jpg']
* @property {BufferResolvable} attachment File to attach
* @property {string} [name='file.jpg'] Filename of the attachment
*/
/**