From 79cb32b9e5279798c487c029c33e64f76a09b735 Mon Sep 17 00:00:00 2001 From: Dalton Date: Tue, 11 Dec 2018 23:31:50 -0800 Subject: [PATCH] added start up log to error --- bot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.js b/bot.js index 90b6f02..59bb3af 100644 --- a/bot.js +++ b/bot.js @@ -402,6 +402,7 @@ const client = new Discord.Client(); client.on('ready', () => { console.log('Bot is ready'); + console.error('Bot is ready'); // update status let availableTypes = ['PLAYING', 'LISTENING', 'WATCHING'];