From e23fab2d65e7f3a1b2c07ecdbd6578664a445c65 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 13 Jan 2017 05:19:20 +0000 Subject: [PATCH] Webpack build: 74fd0421baf8b516f3e2f5143f71521e8086906a --- discord.master.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord.master.js b/discord.master.js index c2c019da..a6a38a2e 100644 --- a/discord.master.js +++ b/discord.master.js @@ -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 */ /**