Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(types): ApplicationCommandNumberOptionBase is not extending base properly #617

Closed
MufassirShaw opened this issue Dec 27, 2021 · 1 comment

Comments

@MufassirShaw
Copy link

MufassirShaw commented Dec 27, 2021

Describe the bug
There seems to be an issue in (@discordjs/builders) one of the peer dependency of discord.js.

To Reproduce
Steps to reproduce the behavior:

  1. yarn add @discord-nestjs/core discord.js
  2. yarn start:dev
  3. You should see an error like this
    image

Desktop (please complete the following information):

  • OS: Windows10
  • Version:
    discord.js: ^13.4.0
    @discord-nestjs/common: ^2.0.12
    @discord-nestjs/core: ^2.1.8

Workaround
Downgrading discord.js from ^13.4.0 to 13.3.1 worked for me. For further details check this issue.

I hope this helps :)

@fjodor-rybakov
Copy link
Owner

Use yarn add @discord-nestjs/core discord.js instead yarn add discord-nestjs. This issue has nothing to do with discord-nestjs package, so bring it to the appropriate repository (@discordjs/builders). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants