Move custom command files into own directory
This commit is contained in:
parent
e6bf4045ed
commit
4e41a035ed
9 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
const fs = require('fs');
|
||||
const customReplaceWithVariables = require('../util/customReplaceWithVariables');
|
||||
const customReplaceWithVariables = require('../util/custom_commands/customReplaceWithVariables');
|
||||
|
||||
module.exports = function(client, owners, message, globalPrefix){
|
||||
let prefix = globalPrefix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue