diff options
author | WlodekM <[email protected]> | 2024-11-30 14:24:39 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-11-30 14:24:39 +0200 |
commit | 714a4189eb02051ddd330513048b07b3be070e27 (patch) | |
tree | 64112d5ce9d2b433cc4be0adf561ac128a3d84b5 /oldindex.js | |
parent | f37e3537adb59f2b724259a1720295756eb94277 (diff) |
do stuff 3
Diffstat (limited to 'oldindex.js')
-rw-r--r-- | oldindex.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oldindex.js b/oldindex.js index 8acaa19..6e488e5 100644 --- a/oldindex.js +++ b/oldindex.js @@ -1,5 +1,5 @@ import { WebSocketServer } from "ws"; -import { getRandomInt } from "./lib.js"; +import { getRandomInt } from "./lib.ts"; import { profanity } from "@2toad/profanity"; import { commands } from "./commands.ts"; import * as accounts from "./accounts.ts"; |