Browse Source

Start adding more catch blocks

pull/9/head
Abheek Dhawan 4 years ago
parent
commit
494040cb5f
  1. 2
      bot/awesomescibo.js

2
bot/awesomescibo.js

@ -175,7 +175,7 @@ async function otherCommands(message) {
); );
} }
}); });
}); }).catch(console.error);
}); });
}); });
} else { } else {

Loading…
Cancel
Save