mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Updated restoreradio.js
This commit is contained in:
parent
238a67c267
commit
b0270e651e
@ -8,6 +8,8 @@ const {
|
||||
|
||||
module.exports = {
|
||||
async execute(client, guilds) {
|
||||
if(!client.stations) return;
|
||||
|
||||
guilds.forEach(async guild => {
|
||||
let state = client.funcs.loadState(client, guild);
|
||||
if(!state) return;
|
||||
|
Loading…
Reference in New Issue
Block a user