Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit d24a130

Browse files
committed
set typescripot flag to false for production
1 parent f718937 commit d24a130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ client.on("ready", () => {
1818

1919
new WOKCommands(client, {
2020
commandsDir: path.join(__dirname, "commands"),
21-
typeScript: true,
21+
typeScript: false,
2222
testServers: "",
2323
botOwners: ["90824609535889408"],
2424
mongoUri: process.env.MONGO_URI,

0 commit comments

Comments
 (0)