From adffee8a9b2efb57941bdde6693b7c916ca75009 Mon Sep 17 00:00:00 2001 From: ry Date: Sun, 16 Feb 2020 22:23:31 +0100 Subject: [PATCH] more logs --- DiscordEvents/ready.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/DiscordEvents/ready.js b/DiscordEvents/ready.js index 8225b1e..85eb065 100755 --- a/DiscordEvents/ready.js +++ b/DiscordEvents/ready.js @@ -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); + */ } }; \ No newline at end of file