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) {
+3 -2
View File
@@ -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()