mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-12 23:30:19 +00:00
Update Datastore class
This commit is contained in:
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 = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user