Update index.js - Fix Spelling Issues
Fixed error message spelling mistakes and unnecessary new line for the notice to ensure there are no spelling mistakes.
This commit is contained in:
parent
89dfb8a509
commit
0bcebad342
3
index.js
3
index.js
|
@ -8,8 +8,7 @@ const commands = require(`./bin/commands`);
|
||||||
|
|
||||||
//in case the bot was not configured properly
|
//in case the bot was not configured properly
|
||||||
if(!config.PREFIX || !config.BOT_TOKEN) {
|
if(!config.PREFIX || !config.BOT_TOKEN) {
|
||||||
console.error("Error: the configuration file was configured properly.");
|
console.error("Error: The configuration file was configured improperly. Please ensure there are no spelling mistakes.");
|
||||||
console.error("Make sure there are no spelling mistakes.");
|
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue