mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40:18 +00:00
Update Datastore class
This commit is contained in:
parent
09ae458ff1
commit
a4d984f19c
@ -28,6 +28,8 @@ module.exports = class {
|
||||
}
|
||||
|
||||
calculateGlobal(client){
|
||||
if(!client.stations) return;
|
||||
|
||||
let guilds = this.map.keys();
|
||||
let stations = client.stations;
|
||||
var statistics = {};
|
||||
|
Loading…
Reference in New Issue
Block a user