mirror of
https://github.com/SEPPDROID/zoizbot.git
synced 2025-10-22 07:54:28 +00:00
A non hard crash error. - Update app.js and conf.json
This commit is contained in:
@@ -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
|
|
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"token": "null",
|
"token": "",
|
||||||
"prefix": ">"
|
"prefix": ">"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user