diff --git a/structure/storage/providers/Mongodb.js b/structure/storage/providers/Mongodb.js index b88a126..c42f66a 100644 --- a/structure/storage/providers/Mongodb.js +++ b/structure/storage/providers/Mongodb.js @@ -67,6 +67,10 @@ class MongoDBProvider extends Provider { return this.tables.role_cache; } + get webhooks() { + return this.tables.webhooks; + } + } module.exports = MongoDBProvider; \ No newline at end of file