From bd114758963e8e2d5baa644f8546efb521c47a5d Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Thu, 10 Oct 2024 18:14:28 +0200 Subject: [PATCH] ghe8t4ui --- src/commands/fun/blacklist.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/fun/blacklist.js b/src/commands/fun/blacklist.js index 34253f5..5b171c8 100644 --- a/src/commands/fun/blacklist.js +++ b/src/commands/fun/blacklist.js @@ -83,7 +83,8 @@ module.exports = { choices.push(tag); } - console.log(choices); + if (choices.length == 0) + return; await interaction.respond(choices.map(choice => ({ name: choice, value: choice }))) }