refactor(create-discord-bot): replace deps with built-in apis (#10971)

This commit is contained in:
Superchupu
2025-07-08 09:14:19 +02:00
committed by GitHub
parent 024ae5c566
commit ee3ca6f7c6
5 changed files with 25 additions and 29 deletions

View File

@@ -51,8 +51,6 @@
"funding": "https://github.com/discordjs/discord.js?sponsor",
"dependencies": {
"commander": "^13.1.0",
"fast-glob": "^3.3.3",
"picocolors": "^1.1.1",
"prompts": "^2.4.2",
"validate-npm-package-name": "^6.0.0"
},