GUH
This commit is contained in:
parent
c00178063c
commit
043284a9ea
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ module.exports = {
|
|||
const nsfw = interaction.options.getBoolean("nsfw") ?? false;
|
||||
|
||||
await interaction.deferReply();
|
||||
const searchTags = [...(nsfw ? [] : ["-rating:explicit", "-rating:questionable"]), ...tags, ...blacklist.map(i => "-" + i)];
|
||||
const searchTags = [...(nsfw ? [] : ["-rating:explicit", "-rating:sensitive", "-rating:questionable"]), ...tags, ...blacklist.map(i => "-" + i)];
|
||||
|
||||
const startTime = process.hrtime.bigint();
|
||||
|
||||
|
|
Loading…
Reference in a new issue