From 494040cb5f9d2e5f081c0769f08b1fb8e9cbd314 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Tue, 4 May 2021 12:44:44 -0500 Subject: [PATCH] Start adding more catch blocks --- bot/awesomescibo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 412985e..8d3c87d 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -175,7 +175,7 @@ async function otherCommands(message) { ); } }); - }); + }).catch(console.error); }); }); } else {