Debug messages are nice to have

This commit is contained in:
Alex 2020-08-04 12:42:26 -05:00
parent 3dd1780fa4
commit e6fdc23355
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ client.on('ready', () => {
},
status: 'idle',
}).then(() => {
console.log("Status set!")
});
})