From a9cf2be98b4d4d61c5dd21cf2564af9a60c6b931 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sat, 12 Oct 2024 00:49:17 +0200 Subject: [PATCH] aaaaaaaa --- src/commands/fun/gelbooru.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/commands/fun/gelbooru.js b/src/commands/fun/gelbooru.js index 4e482ca..77ef2f2 100644 --- a/src/commands/fun/gelbooru.js +++ b/src/commands/fun/gelbooru.js @@ -16,12 +16,6 @@ for (const site of Object.keys(Booru.sites)) { } const defaultBooru = "gelbooru.com"; -const ratings = [ - "rating:general", - "rating:sensitive", - "rating:questionable", - "rating:explicit", -]; const data = new SlashCommandBuilder() .setName("booru") @@ -32,13 +26,6 @@ const data = new SlashCommandBuilder() .setRequired(true) .setDescription("Tags to search for") ) - .addStringOption(builder => - builder // - .setName("rating") - .setRequired(false) - .setDescription("Image rating (default: general)") - .setChoices(ratings.map(r => { var x = r.split(":")[1]; var s = x[0].toUpperCase() + x.slice(1); return { name: s, value: r } })) - ) .addStringOption(builder => builder // .setName("booru")