Refactor plugins
This commit is contained in:
parent
bdb4a4f7a2
commit
5a1a207d0a
17 changed files with 16 additions and 16 deletions
|
@ -2,7 +2,7 @@ const Resources = require('../props/resources.json');
|
|||
const axios = require('axios');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const { getStrings } = require('../plugins/checklang.js');
|
||||
const { getStrings } = require('../plugins/checkLang.js');
|
||||
const { isOnSpamWatch } = require('../spamwatch/spamwatch.js');
|
||||
const spamwatchMiddleware = require('../spamwatch/Middleware.js')(isOnSpamWatch);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue