Releases: The-Best-Codes/discraft-js
Releases · The-Best-Codes/discraft-js
v1.4.10
Full Changelog: v1.4.9...v1.4.10
Fixes
- Fix the issue with the
init
command not creating the.discraft
folder
v1.4.9
Full Changelog: v1.4.8...v1.4.9
Layout changes
CommandHandler.js
was moved to the.discraft
folder- There is now a custom event handler file
Updates
- The CLI and docs have some updates
- A few dependency updates
v1.4.8
v1.4.7
v1.4.6
Full Changelog: v1.4.5...v1.4.6
Updates
- Fix
check-token
command logger import - Edit README to contain proper ENV variable name
v1.4.5
Full Changelog: v1.4.4...v1.4.5
Updates
- Fix ESLint errors
- Add
check-token
command - Add discord.js to default dependencies
Install Discraft to get started:
npm install -g discraft@latest
v1.4.4
Full Changelog: v1.4.3...v1.4.4
Updates
- Refactor code and fix ESLint errors
- Remove unused imports and modules
v1.4.3
Full Changelog: v1.4.2...v1.4.3
Updates
For some users, @eslint/js
may have thrown errors when installing because it was missing but requires in ESLint config. This issue is now fixed.
v1.4.2
Full Changelog: v1.4.1...v1.4.2
Fixes
- Remove unneeded package.json generation methods
- Fix package.json output to include deps with latest versions
v1.4.1
Full Changelog: v1.4.0...v1.4.1
CLI Fixes
Use __dirname
instead of process.pwd()
to locate package.json