Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from mrepol742/master
Browse files Browse the repository at this point in the history
Initial Commit
  • Loading branch information
mrepol742 authored Jan 16, 2024
2 parents fcd294e + e08cca9 commit f245692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
const fs = require("fs");

function gen() {
let arr = fs.readFileSync("../index.js") + "";
let arr = fs.readFileSync("index.js") + "";

let commands = arr.match(/testCommand\((.*?)\)/g);

Expand Down

0 comments on commit f245692

Please sign in to comment.