Skip to content

Releases: The-Best-Codes/discraft-js

v1.4.10

02 Nov 18:46
b978f88
Compare
Choose a tag to compare

Full Changelog: v1.4.9...v1.4.10

Fixes

  • Fix the issue with the init command not creating the .discraft folder

v1.4.9

02 Nov 02:02
2650c4e
Compare
Choose a tag to compare

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

31 Oct 20:59
6ebd1b9
Compare
Choose a tag to compare

Full Changelog: v1.4.7...v1.4.8

Fixes (hopefully)

  • Use GatewayIntentBits with client in discord

v1.4.7

31 Oct 20:45
e873cdf
Compare
Choose a tag to compare

Full Changelog: v1.4.6...v1.4.7

Bug fixes

  • Register dotenv.config() in token test script

v1.4.6

31 Oct 20:26
157f2fd
Compare
Choose a tag to compare

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

31 Oct 20:10
5c67e62
Compare
Choose a tag to compare

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

30 Oct 22:17
baaa172
Compare
Choose a tag to compare

Full Changelog: v1.4.3...v1.4.4

Updates

  • Refactor code and fix ESLint errors
  • Remove unused imports and modules

v1.4.3

30 Oct 21:31
095ead9
Compare
Choose a tag to compare

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

30 Oct 14:21
d8028d5
Compare
Choose a tag to compare

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

29 Oct 19:06
e3f5295
Compare
Choose a tag to compare

Full Changelog: v1.4.0...v1.4.1

CLI Fixes

Use __dirname instead of process.pwd() to locate package.json