Move config/data files into own directory
This commit is contained in:
parent
db04c07c60
commit
f7c36eefbd
6 changed files with 14 additions and 14 deletions
|
@ -8,7 +8,7 @@ const {
|
|||
loginChannel,
|
||||
enableLoginMessage,
|
||||
owners
|
||||
} = require('./config.json');
|
||||
} = require('./data/config.json');
|
||||
|
||||
client.commands = new Discord.Collection();
|
||||
client.serverPrefixes = new Discord.Collection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue