fix readme

This commit is contained in:
Zack Rauen 2020-04-23 18:02:32 -04:00
parent b6313db456
commit 4c0611af82
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ The above can be automatically done in script form.
try {
const fs = require("fs");
const path = require("path");
const configPath = path.join(Utils.injectionPath, "betterdiscord", "config.json");
const configPath = path.join(DataStore.injectionPath, "betterdiscord", "config.json");
const config = require(configPath);
config.branch = branch;
config.minified = minified;