mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-14 08:08:18 +02:00
Update help with good configurationon commands
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user