From 38fbdf0003c0278b0123bc9af087459a5a443ca2 Mon Sep 17 00:00:00 2001 From: rhearmas <34490428+qu-ota@users.noreply.github.com> Date: Thu, 9 Jan 2020 17:01:24 -0500 Subject: [PATCH] catch update --- commands/_base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/_base.js b/commands/_base.js index 4fe0961..4838842 100644 --- a/commands/_base.js +++ b/commands/_base.js @@ -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(() => { }); } \ No newline at end of file