mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
add nsfw options to 11.1 search (#1540)
* Update RESTMethods.js * Update TextBasedChannel.js
This commit is contained in:
@@ -227,6 +227,7 @@ class RESTMethods {
|
|||||||
embed_type: options.embedType,
|
embed_type: options.embedType,
|
||||||
attachment_filename: options.attachmentFilename,
|
attachment_filename: options.attachmentFilename,
|
||||||
attachment_extension: options.attachmentExtension,
|
attachment_extension: options.attachmentExtension,
|
||||||
|
include_nsfw: options.nsfw,
|
||||||
};
|
};
|
||||||
|
|
||||||
for (const key in options) if (options[key] === undefined) delete options[key];
|
for (const key in options) if (options[key] === undefined) delete options[key];
|
||||||
|
|||||||
@@ -214,6 +214,7 @@ class TextBasedChannel {
|
|||||||
* @property {Date} [before] Date to find messages before
|
* @property {Date} [before] Date to find messages before
|
||||||
* @property {Date} [after] Date to find messages before
|
* @property {Date} [after] Date to find messages before
|
||||||
* @property {Date} [during] Date to find messages during (range of date to date + 24 hours)
|
* @property {Date} [during] Date to find messages during (range of date to date + 24 hours)
|
||||||
|
* @property {boolean} [nsfw=false] Include results from NSFW channels
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user