mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-09 01:01:47 +02:00
addquick.db
This commit is contained in:
@@ -7,7 +7,6 @@ module.exports = {
|
||||
utilisation: 'help [commande]',
|
||||
async execute(message, args, client) {
|
||||
if (args[0]) {
|
||||
// L'utilisateur a fourni un argument, affichez l'aide pour cette commande
|
||||
const command = client.commands.get(args[0]);
|
||||
if (!command) {
|
||||
return message.reply(`Je n'ai pas trouvé de commande nommée "${args[0]}".`);
|
||||
@@ -57,7 +56,6 @@ module.exports = {
|
||||
.setThumbnail(message.guild.iconURL())
|
||||
};
|
||||
|
||||
// Créez un embed pour chaque catégorie
|
||||
for (const [category, commands] of Object.entries(categories)) {
|
||||
let description;
|
||||
if (commands.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user