more logs

This commit is contained in:
ry 2020-02-16 22:23:31 +01:00
parent 8aa1b361ca
commit adffee8a9b
1 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,3 @@
const {
log,
status
} = require('../utils');
const config = require('../config'); const config = require('../config');
const blapi = require('blapi'); const blapi = require('blapi');
//blapi.setLogging(true); //blapi.setLogging(true);
@ -16,9 +12,10 @@ module.exports = {
} }
//log.hasStarted(); //log.hasStarted();
console.log('The Bot is online') console.log('The Bot is online')
status.randomStatus(client) /* status.randomStatus(client)
setInterval(() => { setInterval(() => {
status.randomStatus(client); status.randomStatus(client);
}, 60000); }, 60000);
*/
} }
}; };