Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

feat: d.js v14 - #165

Open
WilsontheWolf wants to merge 9 commits into
AnIdiotsGuide:masterfrom
WilsontheWolf:master
Open

feat: d.js v14#165
WilsontheWolf wants to merge 9 commits into
AnIdiotsGuide:masterfrom
WilsontheWolf:master

Conversation

@WilsontheWolf

@WilsontheWolfWilsontheWolf commented Jul 26, 2022

Copy link
Copy Markdown
Contributor

Everything should work, but I haven't tested too much.

BREAKING CHANGES:
Suprisingly not much.

  • Config file format changed to add support for new intents and partials
  • Bot no longer has the message content intent, which means it needs to be whitelisted and then enabled in the config.
    NOTE: the client still will receive message commands in dm's or when pinged.

Semantic versioning classification:

  • This PR changes the framework's interface (methods or parameters added)
    • This PR includes breaking changes (methods removed or renamed, parameters moved or removed)
  • This PR only includes non-code changes, like changes to README, etc.

Everything *should* work, but I haven't tested too much.
**BREAKING CHANGES:**
Suprisingly not much.
- Config file format changed to add support for new intents and partials
- Bot no longer has the message content intent, which means it needs to be whitelisted and then enabled in the config.
NOTE: the client still will receive message commands in dm's or when pinged.
Comment threadslash/leave.js
Comment threadpackage.json Outdated

@RealShadowNovaRealShadowNova left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but why is there a lockfile for NPM and Yarn?

@WilsontheWolf

Copy link
Copy Markdown
ContributorAuthor

Idk but it was like that when I got to it

@GoldenAngel2GoldenAngel2 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than these, it looks good.

Comment threadcommands/stats.js Outdated
Comment threadslash/stats.js Outdated

@kyranetkyranet left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

defaultPermission can be updated to use dmPermission

Comment threadconfig.js.example Outdated
WilsontheWolfand others added 2 commits July 26, 2022 06:33
Co-authored-by: A. Román <kyradiscord@gmail.com>

@kyranetkyranet left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one thing that was introduced with 14.1.0:

Comment threadevents/interactionCreate.js Outdated
@WhyAydan

Copy link
Copy Markdown

Hey,

Any update when this will be pushed live?

Aydan

- Update deps
- Update readme
- Revert isCommand
@WilsontheWolf
WilsontheWolf requested review from RealShadowNova and kyranet and removed request for kyranetNovember 12, 2022 20:14
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@WilsontheWolf@WhyAydan@kyranet@RealShadowNova@GoldenAngel2