diff options
author | WlodekM <[email protected]> | 2024-11-26 10:41:27 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-11-26 10:41:27 +0200 |
commit | 4aa21cab5cf58d2899292ba49f718b5708a64e6a (patch) | |
tree | d064d8562282a3e94073dd783537ea8ad22dc033 /jsondata.js | |
parent | ae159f6d6cb2d5ab933730a3c07903452df8c1ef (diff) |
eugh i spent 2 hours on this
Diffstat (limited to 'jsondata.js')
-rw-r--r-- | jsondata.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsondata.js b/jsondata.js index e43af86..4465885 100644 --- a/jsondata.js +++ b/jsondata.js @@ -1,7 +1,7 @@ /** * handles json data * @param {Buffer} rawData the raw message data - * @param {import("./user.js").default} user the user + * @param {import("./user.ts").default} user the user * @returns {Boolean} */ export default function handleMessage(server, rawData, user) { |