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