Welp... forgot we didn't need that anyways

This commit is contained in:
wolfy01 2020-04-07 04:05:13 -04:00 committed by GitHub
parent cc6dcbacf4
commit a8502f4adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
const config = require('../config');
const quotas = config.quotas;
const quotas = require('../Quotas');
const User = require("./User.js");
module.exports = (cl) => {
cl.once("hi", () => {