Update Radio class

This commit is contained in:
Christer Warén 2021-09-16 05:34:52 +03:00
parent a8513ce514
commit f9d5be189e

View File

@ -30,7 +30,7 @@ module.exports = class Radio extends Map {
} }
restore(client, guilds) { restore(client, guilds) {
if(!client.stations.list) return; if(!client.stations) return;
guilds.forEach(async guild => { guilds.forEach(async guild => {
let state = client.funcs.loadState(client, guild); let state = client.funcs.loadState(client, guild);