mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-12 00:04:35 +02:00
upgrade ping commande and and userinfo and serverinfo commands
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = {
|
||||
async execute(message, args, client) {
|
||||
// Vérifiez si l'utilisateur a fourni suffisamment d'arguments
|
||||
if (args.length < 2) {
|
||||
return message.reply('Veuillez fournir un paramètre à changer et sa valeur.');
|
||||
return message.reply('Veuillez fournir un paramètre parmis `name` ou `pic` pour sa valeur.');
|
||||
}
|
||||
|
||||
const setting = args[0];
|
||||
|
||||
Reference in New Issue
Block a user