diff options
Diffstat (limited to 'oldindex.js')
-rw-r--r-- | oldindex.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oldindex.js b/oldindex.js index 6c17622..105b1dc 100644 --- a/oldindex.js +++ b/oldindex.js @@ -1,8 +1,8 @@ import { WebSocketServer } from "ws"; import { getRandomInt } from "./lib.js"; import { profanity } from "@2toad/profanity"; -import { commands } from "./commands.js"; -import * as accounts from "./accounts.js"; +import { commands } from "./commands.ts"; +import * as accounts from "./accounts.ts"; import cuid from "cuid"; import fs from "fs"; |