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, color: cfg.hexBlue,
timestamp: new Date(), timestamp: new Date(),
footer: { footer: {
text: `Komenda wywołana przez ${msg.author.tag}ms.`, text: `Komenda wywołana przez ${msg.author.tag}`,
icon_url: cfg.iconurl, icon_url: cfg.iconurl,
}, },
title: 'Pong!', title: 'Pong!',
description: `Ping jednostronny wynosi ${ description: `Ping jednostronny wynosi ${
Date.now() - msg.createdTimestamp Date.now() - msg.createdTimestamp
}`, }ms.`,
}; };
msg.channel.send({ embeds: [pingembed] }); msg.channel.send({ embeds: [pingembed] });
}, },