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'];