clean
This commit is contained in:
parent
4f96bc7e5d
commit
abb632f686
@ -12,7 +12,7 @@ module.exports = {
|
|||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
const user = interaction.options.getUser('utilisateur');
|
const user = interaction.options.getUser('utilisateur');
|
||||||
|
|
||||||
message.content = user ? "||<@"+user.id+">||" : "";
|
programMessage.content = user ? "||<@"+user.id+">||" : "";
|
||||||
await interaction.reply(message);
|
await interaction.reply(programMessage);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
Loading…
x
Reference in New Issue
Block a user