mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-15 00:02:50 +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) {
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
const { EmbedBuilder } = require('discord.js');
|
||||
const Zalgo = require('to-zalgo')
|
||||
|
||||
module.exports = {
|
||||
name: 'zalgo',
|
||||
aliases: ['zlg'],
|
||||
description: 'Convertissez vos textes en Zalgo',
|
||||
usage: 'zalgo <text>',
|
||||
utilisation: 'zalgo <text>',
|
||||
emote: '🔤',
|
||||
category: 'utils',
|
||||
async execute(message, args, client) {
|
||||
|
||||
message.channel.send({embeds: [ new EmbedBuilder()
|
||||
|
||||
Reference in New Issue
Block a user