i am dumb

This commit is contained in:
2021-08-23 18:16:08 +02:00
parent 14327d1feb
commit 9531fe1579

View File

@@ -5,13 +5,13 @@ module.exports = {
color: cfg.hexBlue,
timestamp: new Date(),
footer: {
text: `Komenda wywołana przez ${msg.author.tag}ms.`,
text: `Komenda wywołana przez ${msg.author.tag}`,
icon_url: cfg.iconurl,
},
title: 'Pong!',
description: `Ping jednostronny wynosi ${
Date.now() - msg.createdTimestamp
}`,
}ms.`,
};
msg.channel.send({ embeds: [pingembed] });
},