catch update

This commit is contained in:
rhearmas 2020-01-09 17:01:24 -05:00
parent 01daace13f
commit 38fbdf0003
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ exports.help = {
// Basic message auto-deletion
if (!args[0]) {
message.delete();
return (await message.reply("text")).delete(5000);
return (await message.reply("text")).delete(5000).catch(() => { });
}