mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-22 06:31:06 +01:00
fix(ping): remove regular numbers
This commit is contained in:
parent
109398beea
commit
1f7ac53e72
2 changed files with 0 additions and 2 deletions
|
@ -18,7 +18,6 @@ export default {
|
||||||
`🏓`,
|
`🏓`,
|
||||||
`WebSocket: \`${wsClosedForm} ms\``,
|
`WebSocket: \`${wsClosedForm} ms\``,
|
||||||
`Rest: \`${restClosedForm} ms\``,
|
`Rest: \`${restClosedForm} ms\``,
|
||||||
`||(\`${ws} ms\`, \`${rest} ms\`)||`,
|
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
@ -18,7 +18,6 @@ export default {
|
||||||
`🏓`,
|
`🏓`,
|
||||||
`WebSocket: \`${wsClosedForm} ms\``,
|
`WebSocket: \`${wsClosedForm} ms\``,
|
||||||
`Rest: \`${restClosedForm} ms\``,
|
`Rest: \`${restClosedForm} ms\``,
|
||||||
`||(\`${ws} ms\`, \`${rest} ms\`)||`,
|
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue