From 8aa1b361ca60c6618e100adeb2079e832a67b274 Mon Sep 17 00:00:00 2001 From: ry Date: Sun, 16 Feb 2020 22:20:32 +0100 Subject: [PATCH] log stuff --- DiscordEvents/ready.js | 3 ++- DiscordEvents/shardReady.js | 12 ++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/DiscordEvents/ready.js b/DiscordEvents/ready.js index f8cf4d1..8225b1e 100755 --- a/DiscordEvents/ready.js +++ b/DiscordEvents/ready.js @@ -14,7 +14,8 @@ module.exports = { if (client.user.id === '434662676547764244') { blapi.handle(client, config.apis); } - log.hasStarted(); + //log.hasStarted(); + console.log('The Bot is online') status.randomStatus(client) setInterval(() => { status.randomStatus(client); diff --git a/DiscordEvents/shardReady.js b/DiscordEvents/shardReady.js index ff9b63f..3c7d62d 100755 --- a/DiscordEvents/shardReady.js +++ b/DiscordEvents/shardReady.js @@ -1,4 +1,6 @@ -const { logChannel } = require("../config"); +const { + logChannel +} = require("../config"); const util = require("../utils"); module.exports = { @@ -9,8 +11,10 @@ module.exports = { client.options.shards.length - 1 ] + 1}/${client.options.shards.length} is ready`; - await util.log.shardReady(message); - await util.log.shardSpinnerStarted(message); + console.log(message) + + //await util.log.shardReady(message); + //await util.log.shardSpinnerStarted(message); // if (logs !== undefined) logs.send(message); } -}; +}; \ No newline at end of file