i am dumb
This commit is contained in:
@@ -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] });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user