forked from 7cc5c4f330d47060/botv12
Rename the settings file to JS
This commit is contained in:
parent
9f789fccb1
commit
e87b2bbe2b
15 changed files with 52 additions and 44 deletions
2
index.js
2
index.js
|
@ -1,5 +1,5 @@
|
|||
import { createClient } from "minecraft-protocol";
|
||||
import { default as settings } from './settings.json' with {type: "json"}
|
||||
import { default as settings } from './settings.js'
|
||||
import generateUser from './util/usergen.js'
|
||||
import EventEmitter from 'node:events'
|
||||
import { readdirSync } from "node:fs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue