correctif /ameliero + add film commande

This commit is contained in:
VALOU3336
2024-02-29 21:20:36 +01:00
parent 296b71df6b
commit 1dfa82286f
8 changed files with 150 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = {
description: 'Proposez en mariage à un utilisateur',
emote: '💍',
category: 'game',
category: '+marry @user',
utilisation: '+marry @user',
async execute(message, args, client) {
const targetUser = message.mentions.users.first() || message.guild.members.cache.get(args[0]);
if (!targetUser) {