mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-26 22:23:10 +02:00
correctif /ameliero + add film commande
This commit is contained in:
@@ -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