added start up log to error
This commit is contained in:
1
bot.js
1
bot.js
@@ -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'];
|
||||||
|
Reference in New Issue
Block a user