Update main/chatparser.js
This commit is contained in:
parent
6515374fa8
commit
e348fe8c81
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const lang = require("../util/en_us.json"); // translate message
|
||||
const lang = require("./en_us.json"); // translate message
|
||||
|
||||
function uuidFromIntArray (arr) {
|
||||
const buf = Buffer.alloc(16)
|
||||
|
|
Loading…
Reference in a new issue