6 lines
139 B
JSON
6 lines
139 B
JSON
{ "dependencies": { "discord.js": "^14.14.1" },
|
|
"scripts": {
|
|
"start": "bun run index.js",
|
|
"register": "bun run register.js"
|
|
}
|
|
} |