add reload commande systeme

This commit is contained in:
VALOU3336
2024-02-28 12:00:33 +01:00
parent 29a56a3420
commit b1768e24bd
5 changed files with 57 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ module.exports = {
const row = new ActionRowBuilder()
.addComponents(ping);
const sentMessage = await message.reply({
content: `La latence est de : ${client.ws.ping}`,
content: `la latence est de : ${client.ws.ping}`,
components: [row],
});