indentation msg

This commit is contained in:
Mylloon 2022-07-03 21:08:09 +02:00
parent cfd760936c
commit bae3bb4cab
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -10,8 +10,8 @@ export default {
const sent = await interaction.reply({ content: 'Pinging...', fetchReply: true });
interaction.editReply(
`Roundtrip latency:
${sent.createdTimestamp - interaction.createdTimestamp}ms
Websocket heartbeat: ${client.ws.ping}ms.`);
`Roundtrip latency: \
${sent.createdTimestamp - interaction.createdTimestamp}ms
Websocket heartbeat: ${client.ws.ping}ms.`);
},
};