1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-02 09:14:56 +00:00

Update Datastore class

This commit is contained in:
Christer Warén 2021-09-16 02:27:33 +03:00
parent 09ae458ff1
commit a4d984f19c

@ -28,6 +28,8 @@ module.exports = class {
} }
calculateGlobal(client){ calculateGlobal(client){
if(!client.stations) return;
let guilds = this.map.keys(); let guilds = this.map.keys();
let stations = client.stations; let stations = client.stations;
var statistics = {}; var statistics = {};