NamVr / DiscordBot-Template

A boilerplate / template for discord.js v14 bots with 100% coverage of Discord API, command handler, error handler based on https://discordjs.guide/
https://djs.docs.namanvrati.me/
Apache License 2.0
322 stars 75 forks source link

Update bot.js #32

Closed raunakrajadh closed 5 months ago

raunakrajadh commented 5 months ago

Added error handling to prevent bot from going offline.

StormPacer commented 5 months ago

I disagree with adding "error handling" like this. If your code fails, the process should terminate and you should fix the error or start the bot up again. Tools like pm2 run nodemon by default anyway. This will make people ignore critical errors in their bots.