mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
various fixes
This commit is contained in:
@@ -10,11 +10,13 @@
|
||||
const db = require( '../../backend/db/db.js' );
|
||||
const fs = require( 'fs' );
|
||||
const path = require( 'path' );
|
||||
const pm = require( '../../backend/plugins/manager.js' );
|
||||
|
||||
const letters = [ ',', '{' ];
|
||||
|
||||
class POSTHandler {
|
||||
constructor ( settings ) {
|
||||
this.pluginManager = new pm( settings );
|
||||
this.settings = settings;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user