forked from Galactic/galactic-bot
role cache getter
This commit is contained in:
parent
62f2e28754
commit
b481e01c1d
@ -49,6 +49,10 @@ class MongoDBProvider extends Provider {
|
||||
return this.tables.users;
|
||||
}
|
||||
|
||||
get role_cache() {
|
||||
return this.tables.role_cache;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = MongoDBProvider;
|
Loading…
Reference in New Issue
Block a user