more logs
This commit is contained in:
parent
8aa1b361ca
commit
adffee8a9b
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,3 @@
|
|||
const {
|
||||
log,
|
||||
status
|
||||
} = require('../utils');
|
||||
const config = require('../config');
|
||||
const blapi = require('blapi');
|
||||
//blapi.setLogging(true);
|
||||
|
@ -16,9 +12,10 @@ module.exports = {
|
|||
}
|
||||
//log.hasStarted();
|
||||
console.log('The Bot is online')
|
||||
status.randomStatus(client)
|
||||
/* status.randomStatus(client)
|
||||
setInterval(() => {
|
||||
status.randomStatus(client);
|
||||
}, 60000);
|
||||
*/
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue