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 }))) }