Add require line that I forgot to commit earlier

This commit is contained in:
SileNce5k 2021-07-04 13:13:54 +02:00
parent 8849682163
commit 8b1a43e1bc
No known key found for this signature in database
GPG key ID: C507260E7F2583AD

View file

@ -1,4 +1,5 @@
const fs = require('fs');
const customReplaceWithVariables = require('../util/customReplaceWithVariables');
module.exports = function(client, owners, message, globalPrefix){
let prefix = globalPrefix;