From d5d7f41f2a921a20922a020759b627fb494981ac Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Thu, 10 Oct 2024 18:17:54 +0200 Subject: [PATCH] 6bFRL655X7CR --- src/commands/fun/blacklist.js | 2 -- 1 file changed, 2 deletions(-) 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 }))) } },