Add missing descriptions

This commit is contained in:
Schuyler Cebulskie
2017-01-13 00:18:00 -05:00
parent 0d4eab8d24
commit 74fd0421ba

View File

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