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