1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-02 03:24:55 +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); require(`../commands.js`).execute(client);
setTimeout(function () { setTimeout(function () {
/*RESTORE RADIO*/ /*RESTORE RADIOS*/
require(`../restoreradio.js`).execute(client, guilds); client.funcs.restoreRadios(client, guilds);
}, 5000); }, 5000);
} }