add ms. to ping body

This commit is contained in:
2021-08-23 18:14:37 +02:00
parent 73dd877433
commit 14327d1feb

View File

@@ -5,7 +5,7 @@ module.exports = {
color: cfg.hexBlue, color: cfg.hexBlue,
timestamp: new Date(), timestamp: new Date(),
footer: { footer: {
text: `Komenda wywołana przez ${msg.author.tag}`, text: `Komenda wywołana przez ${msg.author.tag}ms.`,
icon_url: cfg.iconurl, icon_url: cfg.iconurl,
}, },
title: 'Pong!', title: 'Pong!',