umutxyp / MusicBot

An enhanced music bot that is compatible with discord.js v14 and works with slash commands. Discord music bot codes that can be used on any server and are simple to install.
https://discord.gg/codes
976 stars 1.07k forks source link

Inaccurate calculate of the ping #132

Closed wraith4081 closed 1 year ago

wraith4081 commented 1 year ago

Sending a long and unnecessary data snippet like ping will only increase the delay. Here we need to measure the latency between Discord and the Bot, not the long message sending. So the smaller the length of the outgoing packet, the more accurate data we get. I have used 0 for now, but we can change it in the future.