Update help with good configurationon commands

This commit is contained in:
VALOU3336
2024-02-15 17:58:21 +01:00
parent 07ec599d26
commit 03534a2184
35 changed files with 141 additions and 42 deletions
+5 -3
View File
@@ -1,7 +1,9 @@
module.exports = {
name: 'set',
description: 'Modifier divers paramètres du bot.',
category: 'botcontrol',
name: 'set',
description: 'Modifier divers paramètres du bot.',
emote: '⚙️',
utilisation: 'set <name/pic> <nom/lien>',
category: 'botcontrol',
async execute(message, args, client) {
// Vérifiez si l'utilisateur a fourni suffisamment d'arguments
if (args.length < 2) {