Skip to content

Commit

Permalink
Moved docs a little
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCat80 committed Jun 27, 2021
1 parent b89e659 commit f381d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1554,8 +1554,8 @@ class Client extends EventEmitter {
* @arg {Array<Object>} [options.embeds] An array of Discord embeds
* @arg {Object | Array<Object>} [options.file] A file object (or an Array of them)
* @arg {Buffer} options.file.file A buffer containing file data
* @arg {Number} [options.flags] Flags to execute the webhook with, 64 for ephemeral (Interaction webhooks only)
* @arg {String} options.file.name What to name the file
* @arg {Number} [options.flags] Flags to execute the webhook with, 64 for ephemeral (Interaction webhooks only)
* @arg {Boolean} [options.tts=false] Whether the message should be a TTS message or not
* @arg {String} [options.username] A custom username, defaults to webhook default username if not specified
* @arg {Boolean} [options.wait=false] Whether to wait for the server to confirm the message create or not
Expand Down

0 comments on commit f381d11

Please sign in to comment.