SudhanPlayz / Discord-MusicBot

An advanced discord music bot, supports Spotify, Soundcloud, YouTube with Shuffling, Volume Control and Web Dashboard with Slash Commands support!
https://musicbot.darrenofficial.com
Other
2.96k stars 2.88k forks source link

Added try catch to ping.js #1214

Closed Fyphen1223 closed 1 year ago

Fyphen1223 commented 1 year ago

Please describe the changes this PR makes and why it should be merged: Add try catch to ping.js Status and versioning classification:

DarrenOfficial commented 1 year ago

Why is this needed

yorunoken commented 1 year ago

if the message gets deleted by another user and you execute the code msg.delete() it gives an error @DarrenOfficial

Assassin654 commented 1 year ago

The deletable message only appears for a few milliseconds. even if you manage to delete it, it does not crash the bot, just gives you an error that it couldn't delete it and proceeds to give you the ping information. For your solution the bot doesn't even reply back to the user.