Update ready event

This commit is contained in:
Christer Warén 2021-09-16 05:17:18 +03:00
parent 4bf74f15a2
commit 5ee30b1782

View File

@ -54,7 +54,7 @@ module.exports = {
client.streamer = new Streamer();
client.streamer.init(client);
if(!client.stations.list) {
if(!client.stations) {
client.user.setStatus('dnd');
}