From 343bbad6b94a7f417464ef26b4e170e386fc109c Mon Sep 17 00:00:00 2001 From: Bxio Date: Thu, 17 Apr 2025 10:11:12 +0100 Subject: [PATCH] --- src/commands/Community/teste.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/commands/Community/teste.js b/src/commands/Community/teste.js index 8f6420d..bc1ae82 100644 --- a/src/commands/Community/teste.js +++ b/src/commands/Community/teste.js @@ -15,6 +15,12 @@ module.exports = { .setRequired(true) .setAutocomplete(true) // ATENÇÃO AQUI ) + .addUserOption(option => + option + .setName('target') + .setDescription('The member to ban') + .setRequired(true) + ) .addStringOption(option => option.setName('raça') .setDescription('Escolhe uma opção')