diff --git a/src/commands/fun/blacklist.js b/src/commands/fun/blacklist.js index 06609f8..fb4e8a8 100644 --- a/src/commands/fun/blacklist.js +++ b/src/commands/fun/blacklist.js @@ -91,8 +91,6 @@ module.exports = { choices.push(tag); } - console.log(choices); - await interaction.respond(choices.map(choice => ({ name: choice, value: choice }))) } },