WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: The-Best-Codes/discraft-js

v1.4.12

02 Nov 19:23
6bf96dc

Choose a tag to compare

Full Changelog: v1.4.11...v1.4.12

Attempts to fix issue #2
#2

v1.4.11

02 Nov 18:58
44b8c9b

Choose a tag to compare

Full Changelog: v1.4.10...v1.4.11

Tests

  • Try to resolve issue with .discraft folder on some distros by removing the .

v1.4.10

02 Nov 18:46
b978f88

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

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

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

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

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

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

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

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.