mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 02:20:18 +00:00
Update Radio class
This commit is contained in:
parent
a8513ce514
commit
f9d5be189e
@ -30,7 +30,7 @@ module.exports = class Radio extends Map {
|
||||
}
|
||||
|
||||
restore(client, guilds) {
|
||||
if(!client.stations.list) return;
|
||||
if(!client.stations) return;
|
||||
|
||||
guilds.forEach(async guild => {
|
||||
let state = client.funcs.loadState(client, guild);
|
||||
|
Loading…
Reference in New Issue
Block a user