Fix typo in loadserverprefixes console.log
This commit is contained in:
parent
d91b2c748c
commit
b8b272c099
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const fs = require('fs')
|
||||||
module.exports = function (client) {
|
module.exports = function (client) {
|
||||||
try {
|
try {
|
||||||
if(!fs.existsSync('./data/serverPrefixes.json')){
|
if(!fs.existsSync('./data/serverPrefixes.json')){
|
||||||
console.log("Creating load serverPrefixes.json...")
|
console.log("Creating loadserverPrefixes.json...")
|
||||||
fs.writeFileSync("./data/serverPrefixes.json","[]")
|
fs.writeFileSync("./data/serverPrefixes.json","[]")
|
||||||
}
|
}
|
||||||
const json = fs.readFileSync('./data/serverPrefixes.json', 'utf8');
|
const json = fs.readFileSync('./data/serverPrefixes.json', 'utf8');
|
||||||
|
|
Loading…
Add table
Reference in a new issue