indentation msg
This commit is contained in:
parent
cfd760936c
commit
bae3bb4cab
1 changed files with 3 additions and 3 deletions
|
@ -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.`);
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue