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
+3 -1
View File
@@ -2,7 +2,9 @@ const { ButtonStyle, ButtonBuilder, ActionRowBuilder } = require('discord.js');
module.exports = {
name: 'ping',
description: 'Command to check the latency of the bot.',
description: 'Avoir la latence du bot.',
emote: '⏱️',
utilisation: 'ping',
category: 'utils',
async execute(message, args, client) {
const ping = new ButtonBuilder()