added start up log to error

This commit is contained in:
Dalton
2018-12-11 23:31:50 -08:00
parent 63883e4824
commit 79cb32b9e5

1
bot.js
View File

@@ -402,6 +402,7 @@ const client = new Discord.Client();
client.on('ready', () => { client.on('ready', () => {
console.log('Bot is ready'); console.log('Bot is ready');
console.error('Bot is ready');
// update status // update status
let availableTypes = ['PLAYING', 'LISTENING', 'WATCHING']; let availableTypes = ['PLAYING', 'LISTENING', 'WATCHING'];