diff --git a/src/commands/fun/gelbooru.js b/src/commands/fun/gelbooru.js index 467aa72..5ab5329 100644 --- a/src/commands/fun/gelbooru.js +++ b/src/commands/fun/gelbooru.js @@ -18,7 +18,7 @@ const data = new SlashCommandBuilder() .addStringOption(builder => builder // .setName("tags") - .setRequired(true) + .setRequired(false) .setDescription("Tags to search for") ) .addStringOption(builder => @@ -179,4 +179,4 @@ module.exports = { } }, -}; \ No newline at end of file +};