1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-02 13:04:57 +00:00

Updated ready event

This commit is contained in:
Christer Warén 2021-09-06 04:22:47 +03:00
parent 60ef1cd138
commit 9a5075f27e

@ -94,8 +94,8 @@ module.exports = {
require(`../commands.js`).execute(client);
setTimeout(function () {
/*RESTORE RADIO*/
require(`../restoreradio.js`).execute(client, guilds);
/*RESTORE RADIOS*/
client.funcs.restoreRadios(client, guilds);
}, 5000);
}