mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-16 15:56:31 +02:00
add reload commande systeme
This commit is contained in:
@@ -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],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user