This commit is contained in:
parent
b4be79c6b9
commit
2f5a9688c3
@ -29,11 +29,11 @@ module.exports = {
|
|||||||
),
|
),
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
const nome = interaction.options.getString('nome');
|
const nome = interaction.options.getString('nome');
|
||||||
const target = interaction.options.getUserId('target');
|
const target = interaction.options.getUser('target');
|
||||||
const raça = interaction.options.getString('raça') ?? 'No reason provided';
|
const raça = interaction.options.getString('raça') ?? 'No reason provided';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
await interaction.reply(`Selecionaste: ${nome} ${target.username} ${raça}`);
|
await interaction.reply(`Selecionaste: ${nome} ${target.id} ${raça}`);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
Loading…
x
Reference in New Issue
Block a user