mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-19 05:42:02 +02:00
correctif /ameliero + add film commande
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user