Skip to content

Releases: Tolga1452/discord.js-v14-template

v3.0.0

09 Apr 17:25
Compare
Choose a tag to compare

BREAKING CHANGES

  • From now on, the template will use node:fs instead of fs (8aaa86c)
  • Message components and modals are now supported anymore! Use
    InteractionCollector instead. (f143927)

What's Changed

  • chore(dependencies): update dependencies by @Tolga1452 in 0a8c50a
    • updates discord.js to 14.9.0 and dotenv to 16.0.3
  • chore(dependencies): switch to node:fs instead of fs by @Tolga1452 in 8aaa86c
  • refactor(interactions): Remove support for out of commands by @Tolga1452 in f143927
    • Removes support for message components and modals.
  • chore(version): 3.0.0 by @Tolga1452 in adc74e8
  • docs(README): update README.md by @Tolga1452 in 3e7d845

Full Changelog: v2.0.1...v3.0.0

v2.0.1

17 Feb 10:42
7628da7
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump undici from 5.13.0 to 5.19.1 by @dependabot in #1

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

29 Nov 16:53
Compare
Choose a tag to compare

BREAKING CHANGES

  • load.js and load script (in package.json) has removed.
  • The template supports discord.js v14.7.0 now.

Bug Fixes

Change SlashCommandInstaller to CommandInstaller

Other Changes

You no longer need to run npm run load for load commands to
Discord. It will do automatically and moved to shard.js.

Full Changelog: v1.1.1...v2.0.0

v1.1.1

30 Sep 20:30
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v1.1.0...v1.1.1

v1.1.0

23 Sep 17:36
Compare
Choose a tag to compare

BREAKING CHANGES

  • SlashCommandBuilder and ContextMenuCommandBuilder no longer defined by
    default in load.js

New Features

Bug Fixes

Other Changes

Full Changelog: v1.0.1...v1.1.0

v1.0.1

22 Sep 14:23
Compare
Choose a tag to compare

Added setup steps to README.md

v1.0.0

21 Sep 20:20
1b79c80
Compare
Choose a tag to compare

First Release