diff --git a/src/commands/Community/teste.js b/src/commands/Community/teste.js index d66806d..e58c041 100644 --- a/src/commands/Community/teste.js +++ b/src/commands/Community/teste.js @@ -29,7 +29,7 @@ module.exports = { ), async execute(interaction) { const nome = interaction.options.getString('nome'); - const target = interaction.options.getUser('target'); + const target = interaction.options.getUserId('target'); const raça = interaction.options.getString('raça') ?? 'No reason provided';