From 14327d1feb21be029f709c7ba7f8ceb0fa66dcab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Mon, 23 Aug 2021 18:14:37 +0200 Subject: [PATCH] add ms. to ping body --- src/cmds/ping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmds/ping.js b/src/cmds/ping.js index 6e6bede..f18f9de 100644 --- a/src/cmds/ping.js +++ b/src/cmds/ping.js @@ -5,7 +5,7 @@ module.exports = { color: cfg.hexBlue, timestamp: new Date(), footer: { - text: `Komenda wywołana przez ${msg.author.tag}`, + text: `Komenda wywołana przez ${msg.author.tag}ms.`, icon_url: cfg.iconurl, }, title: 'Pong!',