Add require line that I forgot to commit earlier
This commit is contained in:
parent
8849682163
commit
8b1a43e1bc
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
|
const customReplaceWithVariables = require('../util/customReplaceWithVariables');
|
||||||
|
|
||||||
module.exports = function(client, owners, message, globalPrefix){
|
module.exports = function(client, owners, message, globalPrefix){
|
||||||
let prefix = globalPrefix;
|
let prefix = globalPrefix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue