A non hard crash error. - Update app.js and conf.json

This commit is contained in:
2020-10-12 14:27:16 +02:00
parent 903a97fdaa
commit 1d61f56070
2 changed files with 2 additions and 4 deletions

View File

@@ -37,6 +37,4 @@ fs.readdir(`./commands/`, (err, files) => {
console.log("=============================================="); console.log("==============================================");
}); });
zoizbot.login(config.token).catch(console.error); //reading the "token" from the const config = conf.json btw the one you see is invalid now
zoizbot.login(config.token); //reading the "token" from the const config = conf.json btw the one you see is invalid now

View File

@@ -1,4 +1,4 @@
{ {
"token": "null", "token": "",
"prefix": ">" "prefix": ">"
} }