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 */ /**