parent
85b16f8ad7
commit
dbbcf9a051
@ -0,0 +1,9 @@ |
||||
const LXP = require('../../models/localxp'); |
||||
|
||||
module.exports = async client => { |
||||
client.misc.cache.lxp.enabled = []; |
||||
|
||||
for await (const xp of LXP.find()) { |
||||
client.misc.cache.lxp.enabled.push(xp.gid); |
||||
} |
||||
}; |
Loading…
Reference in new issue