vb2007 / discordbot

A simple discord bot of mine developed with node.js's discord.js library.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Feature: config.json file validation before starting the application #54

Closed vb2007 closed 1 month ago

vb2007 commented 3 months ago

A simple local test, that goes through the config.json file's keys and values, and closes the app with an error, if something isn't right.

This should be a crucial check, so the bot won't even start, instead of failing halfway through while already running because of an incorrect / missing configuration value.