From b4be79c6b96b8c43caabf1d8d1b267f5eabed9bf Mon Sep 17 00:00:00 2001 From: Bxio Date: Thu, 17 Apr 2025 10:16:43 +0100 Subject: [PATCH] --- src/commands/Community/teste.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';